Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dtimerqueue.c40 return rb_add_cached(&node->node, &head->rb_root, __timerqueue_less); in timerqueue_add()
/Linux-v6.1/tools/include/linux/
Drbtree.h178 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached() function
/Linux-v6.1/include/linux/
Drbtree.h165 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached() function
/Linux-v6.1/kernel/locking/
Drtmutex.c400 rb_add_cached(&waiter->tree_entry, &lock->waiters, __waiter_less); in rt_mutex_enqueue()
425 rb_add_cached(&waiter->pi_tree_entry, &task->pi_waiters, __pi_waiter_less); in rt_mutex_enqueue_pi()
/Linux-v6.1/kernel/sched/
Ddeadline.c612 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()
Dfair.c630 rb_add_cached(&se->run_node, &cfs_rq->tasks_timeline, __entity_less); in __enqueue_entity()
/Linux-v6.1/fs/btrfs/
Dfree-space-cache.c1831 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in link_free_space()
1856 rb_add_cached(&info->bytes_index, &ctl->free_space_bytes, entry_less); in relink_bitmap_entry()
3000 rb_add_cached(&entry->bytes_index, &ctl->free_space_bytes, in __btrfs_return_cluster_to_free_space()