Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h55 struct rb_node *rb_leftmost; member
86 #define rb_first_cached(root) (root)->rb_leftmost
153 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()