Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree.h127 struct rb_node *rb_leftmost; member
133 #define rb_first_cached(root) (root)->rb_leftmost
140 root->rb_leftmost = node; in rb_insert_color_cached()
147 if (root->rb_leftmost == node) in rb_erase_cached()
148 root->rb_leftmost = rb_next(node); in rb_erase_cached()
156 if (root->rb_leftmost == victim) in rb_replace_node_cached()
157 root->rb_leftmost = new; in rb_replace_node_cached()
H A Drbtree_augmented.h59 root->rb_leftmost = node; in rb_insert_augmented_cached()
312 if (root->rb_leftmost == node) in rb_erase_augmented_cached()
313 root->rb_leftmost = rb_next(node); in rb_erase_augmented_cached()
H A Dinterval_tree_generic.h144 leftmost = rb_entry(root->rb_leftmost, ITSTRUCT, ITRB); \
/OK3568_Linux_fs/kernel/kernel/locking/
H A Drtmutex_common.h73 return rb_entry(p->pi_waiters.rb_leftmost, in task_top_pi_waiter()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddeadline.c395 return dl_rq->root.rb_leftmost == &dl_se->rb_node; in is_leftmost()
545 if (dl_rq->pushable_dl_tasks_root.rb_leftmost == &p->pushable_dl_tasks) { in dequeue_pushable_dl_task()
1418 struct rb_node *leftmost = dl_rq->root.rb_leftmost; in dec_dl_deadline()
1936 struct rb_node *next_node = rq->dl.pushable_dl_tasks_root.rb_leftmost; in pick_earliest_pushable_dl_task()
2110 p = rb_entry(rq->dl.pushable_dl_tasks_root.rb_leftmost, in pick_next_pushable_dl_task()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_log.c832 struct rb_node *leftmost = rb_root_cached_p->rb_leftmost; in md_rb_walk_cfs()