Searched refs:rb_leftmost (Results 1 – 9 of 9) sorted by relevance
121 struct rb_node *rb_leftmost; member127 #define rb_first_cached(root) (root)->rb_leftmost134 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()
61 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()
140 leftmost = rb_entry(root->rb_leftmost, ITSTRUCT, ITRB); \
59 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()
162 return rb_entry(p->pi_waiters.rb_leftmost, struct rt_mutex_waiter,
126 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
130 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost
137 (gdb) set $leftmost = $lx_per_cpu(hrtimer_bases).clock_base[0].active.rb_root.rb_leftmost