Searched refs:sibling (Results 1 – 7 of 7) sorted by relevance
| /xen/xen/common/ |
| A D | rbtree.c | 242 if (rb_is_red(sibling)) { in __rb_erase_color() 257 sibling = tmp1; in __rb_erase_color() 259 tmp1 = sibling->rb_right; in __rb_erase_color() 261 tmp2 = sibling->rb_left; in __rb_erase_color() 308 tmp1 = sibling; in __rb_erase_color() 309 sibling = tmp2; in __rb_erase_color() 333 if (rb_is_red(sibling)) { in __rb_erase_color() 340 sibling = tmp1; in __rb_erase_color() 342 tmp1 = sibling->rb_left; in __rb_erase_color() 366 tmp1 = sibling; in __rb_erase_color() [all …]
|
| A D | device_tree.c | 1810 dad->next->sibling = np; in unflatten_dt_node()
|
| /xen/xen/arch/x86/ |
| A D | smpboot.c | 1216 int sibling; in remove_siblinginfo() local 1220 for_each_cpu ( sibling, per_cpu(cpu_core_mask, cpu) ) in remove_siblinginfo() 1222 cpumask_clear_cpu(cpu, per_cpu(cpu_core_mask, sibling)); in remove_siblinginfo() 1225 cpu_data[sibling].booted_cores--; in remove_siblinginfo() 1228 for_each_cpu(sibling, per_cpu(cpu_sibling_mask, cpu)) in remove_siblinginfo() 1229 cpumask_clear_cpu(cpu, per_cpu(cpu_sibling_mask, sibling)); in remove_siblinginfo()
|
| /xen/xen/include/xen/ |
| A D | device_tree.h | 89 struct dt_device_node *sibling; member 231 for ( dn = dt->child; dn != NULL; dn = dn->sibling )
|
| /xen/xen/tools/kconfig/ |
| A D | gconf.c | 1253 GtkTreeIter *sibling; in update_tree() local 1300 sibling = NULL; in update_tree() 1302 sibling = child2; in update_tree() 1305 dst, sibling); in update_tree()
|
| /xen/xen/arch/arm/ |
| A D | domain_build.c | 1555 for ( child = node->child; child != NULL; child = child->sibling ) in handle_node() 2179 ASSERT(dt_host && (dt_host->sibling == NULL)); in prepare_dtb_hwdom()
|
| /xen/docs/misc/ |
| A D | xen-command-line.pandoc | 1954 first fill up sibling threads, then sibling cores, then sibling
|
Completed in 28 milliseconds