Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Drbtree.h121 struct rb_node *rb_leftmost; member
127 #define rb_first_cached(root) (root)->rb_leftmost
134 root->rb_leftmost = node; in rb_insert_color_cached()
141 if (root->rb_leftmost == node) in rb_erase_cached()
142 root->rb_leftmost = rb_next(node); in rb_erase_cached()
150 if (root->rb_leftmost == victim) in rb_replace_node_cached()
151 root->rb_leftmost = new; in rb_replace_node_cached()
H A Drbtree_augmented.h61 root->rb_leftmost = node; in rb_insert_augmented_cached()
303 if (root->rb_leftmost == node) in rb_erase_augmented_cached()
304 root->rb_leftmost = rb_next(node); in rb_erase_augmented_cached()
/linux/include/linux/
H A Drbtree.h134 #define rb_first_cached(root) (root)->rb_leftmost
141 root->rb_leftmost = node; in rb_insert_color_cached()
151 if (root->rb_leftmost == node) in rb_erase_cached()
152 leftmost = root->rb_leftmost = rb_next(node); in rb_erase_cached()
163 if (root->rb_leftmost == victim) in rb_replace_node_cached()
164 root->rb_leftmost = new; in rb_replace_node_cached()
H A Drbtree_types.h28 struct rb_node *rb_leftmost; member
H A Drbtree_augmented.h59 root->rb_leftmost = node; in rb_insert_augmented_cached()
338 if (root->rb_leftmost == node) in rb_erase_augmented_cached()
339 root->rb_leftmost = rb_next(node); in rb_erase_augmented_cached()
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst130 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst126 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
/linux/Documentation/process/debugging/
H A Dgdb-kernel-debugging.rst137 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost