Searched refs:rebalance (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/tools/include/linux/ |
D | rbtree_augmented.h | 192 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local 208 rebalance = NULL; in __rb_erase_augmented() 210 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented() 217 rebalance = NULL; in __rb_erase_augmented() 277 rebalance = NULL; in __rb_erase_augmented() 281 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented() 287 return rebalance; in __rb_erase_augmented() 294 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() local 295 if (rebalance) in rb_erase_augmented() 296 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
/Linux-v5.4/include/linux/ |
D | rbtree_augmented.h | 203 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local 219 rebalance = NULL; in __rb_erase_augmented() 221 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented() 228 rebalance = NULL; in __rb_erase_augmented() 288 rebalance = NULL; in __rb_erase_augmented() 292 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented() 298 return rebalance; in __rb_erase_augmented() 305 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() local 306 if (rebalance) in rb_erase_augmented() 307 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
/Linux-v5.4/tools/lib/ |
D | rbtree.c | 440 struct rb_node *rebalance; in rb_erase() local 441 rebalance = __rb_erase_augmented(node, root, &dummy_callbacks); in rb_erase() 442 if (rebalance) in rb_erase() 443 ____rb_erase_color(rebalance, root, dummy_rotate); in rb_erase()
|
/Linux-v5.4/lib/ |
D | rbtree.c | 442 struct rb_node *rebalance; in rb_erase() local 443 rebalance = __rb_erase_augmented(node, root, &dummy_callbacks); in rb_erase() 444 if (rebalance) in rb_erase() 445 ____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-v5.4/Documentation/scheduler/ |
D | sched-domains.rst | 42 rebalance interval. If so, it runs load_balance() on that domain. It then checks
|
/Linux-v5.4/Documentation/ |
D | rbtree.txt | 136 /* Add new node and rebalance tree. */
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 273 /dev/cpuset/memory_pressure_enabled, the hook in the rebalance
|