Home
last modified time | relevance | path

Searched refs:rb_insert_color_cached (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Drblist.c40 rb_insert_color_cached(new_node, &rblist->entries, leftmost); in rblist__add_node()
81 rb_insert_color_cached(new_node, in __rblist__findnew()
H A Dhist.c652 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1509 rb_insert_color_cached(&new->rb_node_in, root, leftmost); in hierarchy_insert_entry()
1607 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__collapse_insert_entry()
1769 rb_insert_color_cached(&he->rb_node, root, leftmost); in hierarchy_insert_output_entry()
1869 rb_insert_color_cached(&he->rb_node, entries, leftmost); in __hists__insert_output_entry()
2180 rb_insert_color_cached(&he->rb_node, root, leftmost); in resort_filtered_entry()
2364 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__add_dummy_entry()
2408 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in add_dummy_hierarchy_entry()
H A Dsrcline.c641 rb_insert_color_cached(&node->rb_node, tree, leftmost); in srcline__tree_insert()
725 rb_insert_color_cached(&inlines->rb_node, tree, leftmost); in inlines__tree_insert()
H A Dsymbol.c361 rb_insert_color_cached(&sym->rb_node, symbols, leftmost); in __symbols__insert()
442 rb_insert_color_cached(&symn->rb_node, symbols, leftmost); in symbols__insert_by_name()
H A Dmachine.c294 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
537 rb_insert_color_cached(&th->rb_node, &threads->entries, leftmost); in ____machine__findnew_thread()
/OK3568_Linux_fs/kernel/lib/
H A Dtimerqueue.c48 rb_insert_color_cached(&node->node, &head->rb_root, leftmost); in timerqueue_add()
H A Drbtree_test.c66 rb_insert_color_cached(&node->rb, root, leftmost); in insert_cached()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drbtree.h129 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached() function
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree.h135 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached() function
/OK3568_Linux_fs/kernel/kernel/locking/
H A Drtmutex.c291 rb_insert_color_cached(&waiter->tree_entry, &lock->waiters, leftmost); in rt_mutex_enqueue()
324 rb_insert_color_cached(&waiter->pi_tree_entry, &task->pi_waiters, leftmost); in rt_mutex_enqueue_pi()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_scheduler.c131 rb_insert_color_cached(&p->node, &execlists->queue, first); in i915_sched_lookup_priolist()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-ref.c305 rb_insert_color_cached(node, root, leftmost); in htree_insert()
336 rb_insert_color_cached(node, root, leftmost); in tree_insert()
H A Dextent_map.c137 rb_insert_color_cached(&em->rb_node, root, leftmost); in tree_insert()
H A Ddelayed-inode.c437 rb_insert_color_cached(node, root, leftmost); in __btrfs_add_delayed_item()
H A Dbackref.c279 rb_insert_color_cached(&newref->rbnode, root, leftmost); in prelim_ref_insert()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_etf.c189 rb_insert_color_cached(&nskb->rbnode, &q->head, leftmost); in etf_enqueue_timesortedlist()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mm.c241 rb_insert_color_cached(&node->rb_hole_size, root, first); in insert_hole_size()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddeadline.c534 rb_insert_color_cached(&p->pushable_dl_tasks, in enqueue_pushable_dl_task()
1484 rb_insert_color_cached(&dl_se->rb_node, &dl_rq->root, leftmost); in __enqueue_dl_entity()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drbtree.rst217 void rb_insert_color_cached(struct rb_node *, struct rb_root_cached *, bool);
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dextent_cache.c373 rb_insert_color_cached(&en->rb_node, &et->root, leftmost); in __attach_extent_node()
H A Dgc.c381 rb_insert_color_cached(&ve->rb_node, &am->root, left_most); in attach_victim_entry()
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c1360 rb_insert_color_cached(&epi->rbn, &ep->rbr, leftmost); in ep_rbtree_insert()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-sched.c1014 rb_insert_color_cached(&data->node, root, leftmost); in __thread_latency_insert()
3153 rb_insert_color_cached(&data->node, root, leftmost); in __merge_work_atoms()
/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c693 rb_insert_color_cached(&tg->rb_node, &parent_sq->pending_tree, in tg_service_queue_add()
H A Dbfq-iosched.c784 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add()

12