/linux/tools/perf/util/ |
H A D | rblist.c | 40 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 D | hist.c | 673 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry() 1558 rb_insert_color_cached(&new->rb_node_in, root, leftmost); 1665 rb_insert_color_cached(&he->rb_node_in, root, leftmost); 1827 rb_insert_color_cached(&he->rb_node, root, leftmost); in hierarchy_insert_output_entry() 1927 rb_insert_color_cached(&he->rb_node, entries, leftmost); in __hists__insert_output_entry() 2238 rb_insert_color_cached(&he->rb_node, root, leftmost); in resort_filtered_entry() 2437 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__add_dummy_entry() 2481 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in add_dummy_hierarchy_entry()
|
H A D | srcline.c | 1004 rb_insert_color_cached(&node->rb_node, tree, leftmost); in srcline__tree_insert() 1088 rb_insert_color_cached(&inlines->rb_node, tree, leftmost); in inlines__tree_insert()
|
H A D | symbol.c | 376 rb_insert_color_cached(&sym->rb_node, symbols, leftmost); in __symbols__insert()
|
H A D | machine.c | 234 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
|
/linux/tools/include/linux/ |
H A D | rbtree.h | 129 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/ |
H A D | rbtree.h | 108 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/ |
H A D | i915_scheduler.c | 114 rb_insert_color_cached(&p->node, &sched_engine->queue, first); in i915_sched_lookup_priolist()
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | rbtree.rst | 201 void rb_insert_color_cached(struct rb_node *, struct rb_root_cached *, bool);
|
/linux/net/sched/ |
H A D | sch_etf.c | 189 rb_insert_color_cached(&nskb->rbnode, &q->head, leftmost); in etf_enqueue_timesortedlist()
|
/linux/Documentation/core-api/ |
H A D | rbtree.rst | 217 void rb_insert_color_cached(struct rb_node *, struct rb_root_cached *, bool);
|
/linux/fs/btrfs/ |
H A D | delayed-ref.c | 344 rb_insert_color_cached(node, root, leftmost); in tree_insert()
|
H A D | delayed-inode.c | 402 rb_insert_color_cached(node, root, leftmost); in __btrfs_add_delayed_item()
|
H A D | backref.c | 329 rb_insert_color_cached(&newref->rbnode, root, leftmost); in prelim_ref_insert()
|
H A D | block-group.c | 207 rb_insert_color_cached(&block_group->cache_node, in btrfs_add_block_group_cache()
|
H A D | volumes.c | 5542 rb_insert_color_cached(&map->rb_node, &fs_info->mapping_tree, leftmost); in btrfs_add_chunk_map()
|
/linux/block/ |
H A D | blk-throttle.c | 394 rb_insert_color_cached(&tg->rb_node, &parent_sq->pending_tree, in tg_service_queue_add()
|
H A D | bfq-iosched.c | 970 rb_insert_color_cached(&bfqq->weight_counter->weights_node, root, in bfq_weights_tree_add()
|
/linux/fs/ |
H A D | eventpoll.c | 1491 rb_insert_color_cached(&epi->rbn, &ep->rbr, leftmost); in ep_rbtree_insert()
|
/linux/tools/perf/ |
H A D | builtin-sched.c | 1028 rb_insert_color_cached(&data->node, root, leftmost); in __thread_latency_insert() 3401 rb_insert_color_cached(&data->node, root, leftmost); in perf_sched__merge_lat()
|
H A D | builtin-kwork.c | 355 rb_insert_color_cached(&key->node, root, leftmost); in work_insert()
|
/linux/kernel/bpf/ |
H A D | helpers.c | 2324 rb_insert_color_cached(n, (struct rb_root_cached *)root, leftmost); in __bpf_rbtree_add()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 3876 rb_insert_color_cached(&node->rb, in virtual_submission_tasklet()
|