Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dtimerqueue.c40 return rb_add_cached(&node->node, &head->rb_root, __timerqueue_less); in timerqueue_add()
/linux-6.15/tools/include/linux/
H A Drbtree.h178 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached() function
/linux-6.15/include/linux/
H A Drbtree.h165 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached() function
/linux-6.15/kernel/locking/
H A Drtmutex.c484 rb_add_cached(&waiter->tree.entry, &lock->waiters, __waiter_less); in rt_mutex_enqueue()
512 rb_add_cached(&waiter->pi_tree.entry, &task->pi_waiters, __pi_waiter_less); in rt_mutex_enqueue_pi()
/linux-6.15/drivers/gpu/drm/scheduler/
H A Dsched_main.c175 rb_add_cached(&entity->rb_tree_node, &rq->rb_tree_root, in drm_sched_rq_update_fifo_locked()
/linux-6.15/kernel/sched/
H A Ddeadline.c625 leftmost = rb_add_cached(&p->pushable_dl_tasks, in enqueue_pushable_dl_task()
1993 rb_add_cached(&dl_se->rb_node, &dl_rq->root, __dl_less); in __enqueue_dl_entity()
/linux-6.15/fs/btrfs/
H A Dfree-space-cache.c1851 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in link_free_space()
1878 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in relink_bitmap_entry()
3027 rb_add_cached(&entry->bytes_index, &ctl->free_space_bytes, in __btrfs_return_cluster_to_free_space()