Searched refs:rebalance (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | rbtree_augmented.h | 141 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local 157 rebalance = NULL; in __rb_erase_augmented() 159 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented() 166 rebalance = NULL; in __rb_erase_augmented() 220 rebalance = NULL; in __rb_erase_augmented() 224 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented() 230 return rebalance; in __rb_erase_augmented() 237 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() local 238 if (rebalance) in rb_erase_augmented() 239 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
/linux-4.1.27/lib/ |
D | rbtree.c | 394 struct rb_node *rebalance; in rb_erase() local 395 rebalance = __rb_erase_augmented(node, root, &dummy_callbacks); in rb_erase() 396 if (rebalance) in rb_erase() 397 ____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.1.27/Documentation/scheduler/ |
D | sched-domains.txt | 38 rebalance interval. If so, it runs load_balance() on that domain. It then checks
|
/linux-4.1.27/Documentation/ |
D | rbtree.txt | 133 /* Add new node and rebalance tree. */
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 270 /dev/cpuset/memory_pressure_enabled, the hook in the rebalance
|