Searched refs:rb_add_cached (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | timerqueue.c | 40 return rb_add_cached(&node->node, &head->rb_root, __timerqueue_less); in timerqueue_add()
|
/linux-6.3-rc2/tools/include/linux/ |
A D | rbtree.h | 178 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached() function
|
/linux-6.3-rc2/include/linux/ |
A D | rbtree.h | 165 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached() function
|
/linux-6.3-rc2/kernel/locking/ |
A D | rtmutex.c | 437 rb_add_cached(&waiter->tree_entry, &lock->waiters, __waiter_less); in rt_mutex_enqueue() 462 rb_add_cached(&waiter->pi_tree_entry, &task->pi_waiters, __pi_waiter_less); in rt_mutex_enqueue_pi()
|
/linux-6.3-rc2/drivers/gpu/drm/scheduler/ |
A D | sched_main.c | 107 rb_add_cached(&entity->rb_tree_node, &entity->rq->rb_tree_root, in drm_sched_rq_update_fifo()
|
/linux-6.3-rc2/kernel/sched/ |
A D | deadline.c | 612 leftmost = rb_add_cached(&p->pushable_dl_tasks, in enqueue_pushable_dl_task() 1620 rb_add_cached(&dl_se->rb_node, &dl_rq->root, __dl_less); in __enqueue_dl_entity()
|
A D | fair.c | 645 rb_add_cached(&se->run_node, &cfs_rq->tasks_timeline, __entity_less); in __enqueue_entity()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | free-space-cache.c | 1840 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in link_free_space() 1865 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in relink_bitmap_entry() 3008 rb_add_cached(&entry->bytes_index, &ctl->free_space_bytes, in __btrfs_return_cluster_to_free_space()
|
Completed in 49 milliseconds