Home
last modified time | relevance | path

Searched refs:dummy_rotate (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/lib/
Drbtree.c442 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() function
447 .rotate = dummy_rotate
452 __rb_insert(node, root, false, NULL, dummy_rotate); in rb_insert_color()
462 ____rb_erase_color(rebalance, root, dummy_rotate); in rb_erase()
470 &root->rb_leftmost, dummy_rotate); in rb_insert_color_cached()
480 ____rb_erase_color(rebalance, &root->rb_root, dummy_rotate); in rb_erase_cached()
/Linux-v4.19/tools/lib/
Drbtree.c378 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() function
381 dummy_propagate, dummy_copy, dummy_rotate
386 __rb_insert(node, root, dummy_rotate); in rb_insert_color()
394 ____rb_erase_color(rebalance, root, dummy_rotate); in rb_erase()