Home
last modified time | relevance | path

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

/linux/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 Dsrcline.c290 rb_insert_color_cached(&node->rb_node, tree, leftmost); in srcline__tree_insert()
374 rb_insert_color_cached(&inlines->rb_node, tree, leftmost); in inlines__tree_insert()
H A Dhist.c752 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1690 rb_insert_color_cached(&new->rb_node_in, root, leftmost); in hierarchy_insert_entry()
1798 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__collapse_insert_entry()
1952 rb_insert_color_cached(&he->rb_node, root, leftmost); in hierarchy_insert_output_entry()
2052 rb_insert_color_cached(&he->rb_node, entries, leftmost); in __hists__insert_output_entry()
2373 rb_insert_color_cached(&he->rb_node, root, leftmost); in resort_filtered_entry()
2582 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__add_dummy_entry()
2620 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in add_dummy_hierarchy_entry()
H A Dsymbol.c402 rb_insert_color_cached(&sym->rb_node, symbols, leftmost); in __symbols__insert()
H A Dmachine.c272 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
/linux/include/linux/
H A Drbtree.h136 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached() function
211 rb_insert_color_cached(node, tree, leftmost); in rb_add_cached()
274 rb_insert_color_cached(node, tree, leftmost); in rb_find_add_cached()
/linux/tools/include/linux/
H 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/kernel/bpf/
H A Drange_tree.c103 rb_insert_color_cached(&rn->rb_range_size, root, leftmost); in __range_size_insert()
H A Dhelpers.c2462 rb_insert_color_cached(n, (struct rb_root_cached *)root, leftmost); in __bpf_rbtree_add()
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.c114 rb_insert_color_cached(&p->node, &sched_engine->queue, first); in i915_sched_lookup_priolist()
/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst201 void rb_insert_color_cached(struct rb_node *, struct rb_root_cached *, bool);
/linux/net/sched/
H A Dsch_etf.c189 rb_insert_color_cached(&nskb->rbnode, &q->head, leftmost); in etf_enqueue_timesortedlist()
/linux/Documentation/core-api/
H A Drbtree.rst217 void rb_insert_color_cached(struct rb_node *, struct rb_root_cached *, bool);
/linux/fs/f2fs/
H A Dextent_cache.c307 rb_insert_color_cached(&en->rb_node, &et->root, leftmost); in __attach_extent_node()
H A Dgc.c513 rb_insert_color_cached(&ve->rb_node, root, left_most); in __insert_victim_entry()
H A Dsegment.c1431 rb_insert_color_cached(&dc->rb_node, &dcc->root, leftmost); in __insert_discard_cmd()
/linux/tools/perf/
H A Dbuiltin-sched.c1029 rb_insert_color_cached(&data->node, root, leftmost); in __thread_latency_insert()
3453 rb_insert_color_cached(&data->node, root, leftmost); in __merge_work_atoms()
H A Dbuiltin-kwork.c356 rb_insert_color_cached(&key->node, root, leftmost); in work_insert()
/linux/block/
H A Dbfq-iosched.c961 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add()