Searched refs:__rb_rotate_right (Results 1 – 3 of 3) sorted by relevance
/external/fio/lib/ |
D | rbtree.c | 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() function 104 __rb_rotate_right(gparent, root); in rb_insert_color() 121 __rb_rotate_right(parent, root); in rb_insert_color() 168 __rb_rotate_right(other, root); in __rb_erase_color() 187 __rb_rotate_right(parent, root); in __rb_erase_color() 212 __rb_rotate_right(parent, root); in __rb_erase_color()
|
/external/blktrace/ |
D | rbtree.c | 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() function 104 __rb_rotate_right(gparent, root); in rb_insert_color() 121 __rb_rotate_right(parent, root); in rb_insert_color() 168 __rb_rotate_right(other, root); in __rb_erase_color() 187 __rb_rotate_right(parent, root); in __rb_erase_color() 212 __rb_rotate_right(parent, root); in __rb_erase_color()
|
/external/e2fsprogs/lib/ext2fs/ |
D | rbtree.c | 48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() function 104 __rb_rotate_right(gparent, root); in ext2fs_rb_insert_color() 121 __rb_rotate_right(parent, root); in ext2fs_rb_insert_color() 166 __rb_rotate_right(other, root); in __rb_erase_color() 184 __rb_rotate_right(parent, root); in __rb_erase_color() 206 __rb_rotate_right(parent, root); in __rb_erase_color()
|