Searched refs:rb_leftmost (Results 1 – 1 of 1) sorted by relevance
55 struct rb_node *rb_leftmost; member86 #define rb_first_cached(root) (root)->rb_leftmost153 root->rb_leftmost = node; in rb_insert_color_cached()161 if (node == root->rb_leftmost) in rb_erase_cached()162 retval = root->rb_leftmost = linux_root_RB_NEXT(node); in rb_erase_cached()174 if (root->rb_leftmost == old) in rb_replace_node_cached()175 root->rb_leftmost = new; in rb_replace_node_cached()