Searched refs:dummy_rotate (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/lib/ |
D | rbtree.c | 442 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()
|