Home
last modified time | relevance | path

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

/linux/tools/perf/util/
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()
A Dhist.c655 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1515 rb_insert_color_cached(&new->rb_node_in, root, leftmost); in hierarchy_insert_entry()
1613 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__collapse_insert_entry()
1775 rb_insert_color_cached(&he->rb_node, root, leftmost); in hierarchy_insert_output_entry()
1875 rb_insert_color_cached(&he->rb_node, entries, leftmost); in __hists__insert_output_entry()
2186 rb_insert_color_cached(&he->rb_node, root, leftmost); in resort_filtered_entry()
2375 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__add_dummy_entry()
2419 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in add_dummy_hierarchy_entry()
A Dsrcline.c803 rb_insert_color_cached(&node->rb_node, tree, leftmost); in srcline__tree_insert()
887 rb_insert_color_cached(&inlines->rb_node, tree, leftmost); in inlines__tree_insert()
A Dsymbol.c351 rb_insert_color_cached(&sym->rb_node, symbols, leftmost); in __symbols__insert()
432 rb_insert_color_cached(&symn->rb_node, symbols, leftmost); in symbols__insert_by_name()
A Dmachine.c294 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
546 rb_insert_color_cached(&th->rb_node, &threads->entries, leftmost); in ____machine__findnew_thread()
/linux/tools/include/linux/
A Drbtree.h129 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached() function
196 rb_insert_color_cached(node, tree, leftmost); in rb_add_cached()
/linux/include/linux/
A Drbtree.h108 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached() function
183 rb_insert_color_cached(node, tree, leftmost); in rb_add_cached()
/linux/drivers/gpu/drm/i915/
A Di915_scheduler.c114 rb_insert_color_cached(&p->node, &sched_engine->queue, first); in i915_sched_lookup_priolist()
/linux/fs/btrfs/
A Ddelayed-ref.c309 rb_insert_color_cached(node, root, leftmost); in htree_insert()
340 rb_insert_color_cached(node, root, leftmost); in tree_insert()
A Dextent_map.c137 rb_insert_color_cached(&em->rb_node, root, leftmost); in tree_insert()
A Ddelayed-inode.c436 rb_insert_color_cached(node, root, leftmost); in __btrfs_add_delayed_item()
A Dbackref.c279 rb_insert_color_cached(&newref->rbnode, root, leftmost); in prelim_ref_insert()
/linux/net/sched/
A Dsch_etf.c189 rb_insert_color_cached(&nskb->rbnode, &q->head, leftmost); in etf_enqueue_timesortedlist()
/linux/lib/
A Drbtree_test.c66 rb_insert_color_cached(&node->rb, root, leftmost); in insert_cached()
/linux/drivers/gpu/drm/
A Ddrm_mm.c238 rb_insert_color_cached(&node->rb_hole_size, root, first); in insert_hole_size()
/linux/fs/f2fs/
A Dextent_cache.c251 rb_insert_color_cached(&en->rb_node, &et->root, leftmost); in __attach_extent_node()
A Dgc.c385 rb_insert_color_cached(&ve->rb_node, &am->root, left_most); in attach_victim_entry()
A Dsegment.c1058 rb_insert_color_cached(&dc->rb_node, &dcc->root, leftmost); in __attach_discard_cmd()
/linux/Documentation/core-api/
A Drbtree.rst217 void rb_insert_color_cached(struct rb_node *, struct rb_root_cached *, bool);
/linux/fs/
A Deventpoll.c1277 rb_insert_color_cached(&epi->rbn, &ep->rbr, leftmost); in ep_rbtree_insert()
/linux/tools/perf/
A Dbuiltin-sched.c1014 rb_insert_color_cached(&data->node, root, leftmost); in __thread_latency_insert()
3151 rb_insert_color_cached(&data->node, root, leftmost); in __merge_work_atoms()
/linux/block/
A Dblk-throttle.c552 rb_insert_color_cached(&tg->rb_node, &parent_sq->pending_tree, in tg_service_queue_add()
A Dbfq-iosched.c822 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_execlists_submission.c3732 rb_insert_color_cached(&node->rb, in virtual_submission_tasklet()
/linux/net/mac80211/
A Dtx.c3892 rb_insert_color_cached(&txqi->schedule_order, root, leftmost); in __ieee80211_insert_txq()

Completed in 95 milliseconds