Searched refs:rebalance (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/tools/include/linux/ |
D | rbtree_augmented.h | 144 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local 160 rebalance = NULL; in __rb_erase_augmented() 162 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented() 169 rebalance = NULL; in __rb_erase_augmented() 223 rebalance = NULL; in __rb_erase_augmented() 227 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented() 233 return rebalance; in __rb_erase_augmented() 240 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() local 241 if (rebalance) in rb_erase_augmented() 242 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
/linux-4.4.14/include/linux/ |
D | rbtree_augmented.h | 142 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local 158 rebalance = NULL; in __rb_erase_augmented() 160 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented() 167 rebalance = NULL; in __rb_erase_augmented() 227 rebalance = NULL; in __rb_erase_augmented() 231 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented() 237 return rebalance; in __rb_erase_augmented() 244 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() local 245 if (rebalance) in rb_erase_augmented() 246 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
/linux-4.4.14/tools/lib/ |
D | rbtree.c | 391 struct rb_node *rebalance; in rb_erase() local 392 rebalance = __rb_erase_augmented(node, root, &dummy_callbacks); in rb_erase() 393 if (rebalance) in rb_erase() 394 ____rb_erase_color(rebalance, root, dummy_rotate); in rb_erase()
|
/linux-4.4.14/lib/ |
D | rbtree.c | 426 struct rb_node *rebalance; in rb_erase() local 427 rebalance = __rb_erase_augmented(node, root, &dummy_callbacks); in rb_erase() 428 if (rebalance) in rb_erase() 429 ____rb_erase_color(rebalance, root, dummy_rotate); in rb_erase()
|
D | btree.c | 540 static void rebalance(struct btree_head *head, struct btree_geo *geo, in rebalance() function 621 rebalance(head, geo, key, level, node, fill - 1); in btree_remove_level()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 38 rebalance interval. If so, it runs load_balance() on that domain. It then checks
|
/linux-4.4.14/Documentation/ |
D | rbtree.txt | 133 /* Add new node and rebalance tree. */
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 270 /dev/cpuset/memory_pressure_enabled, the hook in the rebalance
|