| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | rbtree_augmented.h | 119 struct rb_node *parent, *rebalance; in __rb_erase_augmented() local 135 rebalance = NULL; in __rb_erase_augmented() 137 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented() 144 rebalance = NULL; in __rb_erase_augmented() 198 rebalance = NULL; in __rb_erase_augmented() 202 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented() 208 return rebalance; in __rb_erase_augmented() 215 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() local 216 if (rebalance) in rb_erase_augmented() 217 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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() 287 rebalance = NULL; in __rb_erase_augmented() 289 rebalance = rb_is_black(successor) ? parent : NULL; in __rb_erase_augmented() 296 return rebalance; in __rb_erase_augmented() 303 struct rb_node *rebalance = __rb_erase_augmented(node, root, augment); in rb_erase_augmented() local 304 if (rebalance) in rb_erase_augmented() 305 __rb_erase_color(rebalance, root, augment->rotate); in rb_erase_augmented()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qcache3q_p.h | 178 void rebalance(); 260 rebalance(); in setMaxCost() 281 rebalance(); in insert() 287 rebalance(); in insert() 300 rebalance(); in insert() 375 void QCache3Q<Key,T,EvPolicy>::rebalance() in rebalance() function 453 me->rebalance(); in object() 461 me->rebalance(); in object()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | rbtree.c | 385 struct rb_node *rebalance; in rb_erase() local 386 rebalance = __rb_erase_augmented(node, root, &dummy_callbacks); in rb_erase() 387 if (rebalance) in rb_erase() 388 ____rb_erase_color(rebalance, root, dummy_rotate); in rb_erase()
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-domains.rst | 44 rebalance interval. If so, it runs load_balance() on that domain. It then checks
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | rbtree.rst | 136 /* Add new node and rebalance tree. */
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 286 /dev/cpuset/memory_pressure_enabled, the hook in the rebalance
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __tree | 391 // There is no need to rebalance if we removed a red, or if we removed
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __tree | 391 // There is no need to rebalance if we removed a red, or if we removed
|