| /Linux-v6.1/tools/perf/util/ |
| 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()
|
| D | hist.c | 660 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry() 1520 rb_insert_color_cached(&new->rb_node_in, root, leftmost); in hierarchy_insert_entry() 1618 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__collapse_insert_entry() 1780 rb_insert_color_cached(&he->rb_node, root, leftmost); in hierarchy_insert_output_entry() 1880 rb_insert_color_cached(&he->rb_node, entries, leftmost); in __hists__insert_output_entry() 2191 rb_insert_color_cached(&he->rb_node, root, leftmost); in resort_filtered_entry() 2385 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__add_dummy_entry() 2429 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in add_dummy_hierarchy_entry()
|
| D | srcline.c | 803 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()
|
| D | symbol.c | 368 rb_insert_color_cached(&sym->rb_node, symbols, leftmost); in __symbols__insert() 449 rb_insert_color_cached(&symn->rb_node, symbols, leftmost); in symbols__insert_by_name()
|
| D | machine.c | 307 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add() 648 rb_insert_color_cached(&th->rb_node, &threads->entries, leftmost); in ____machine__findnew_thread()
|
| /Linux-v6.1/tools/include/linux/ |
| 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-v6.1/include/linux/ |
| 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-v6.1/drivers/gpu/drm/i915/ |
| D | i915_scheduler.c | 114 rb_insert_color_cached(&p->node, &sched_engine->queue, first); in i915_sched_lookup_priolist()
|
| /Linux-v6.1/Documentation/translations/zh_CN/core-api/ |
| D | rbtree.rst | 201 void rb_insert_color_cached(struct rb_node *, struct rb_root_cached *, bool);
|
| /Linux-v6.1/fs/btrfs/ |
| D | delayed-ref.c | 330 rb_insert_color_cached(node, root, leftmost); in htree_insert() 361 rb_insert_color_cached(node, root, leftmost); in tree_insert()
|
| D | extent_map.c | 135 rb_insert_color_cached(&em->rb_node, root, leftmost); in tree_insert()
|
| D | delayed-inode.c | 387 rb_insert_color_cached(node, root, leftmost); in __btrfs_add_delayed_item()
|
| D | backref.c | 280 rb_insert_color_cached(&newref->rbnode, root, leftmost); in prelim_ref_insert()
|
| D | block-group.c | 193 rb_insert_color_cached(&block_group->cache_node, in btrfs_add_block_group_cache()
|
| /Linux-v6.1/lib/ |
| D | rbtree_test.c | 66 rb_insert_color_cached(&node->rb, root, leftmost); in insert_cached()
|
| /Linux-v6.1/net/sched/ |
| D | sch_etf.c | 189 rb_insert_color_cached(&nskb->rbnode, &q->head, leftmost); in etf_enqueue_timesortedlist()
|
| /Linux-v6.1/drivers/gpu/drm/ |
| D | drm_mm.c | 238 rb_insert_color_cached(&node->rb_hole_size, root, first); in insert_hole_size()
|
| /Linux-v6.1/fs/f2fs/ |
| D | extent_cache.c | 251 rb_insert_color_cached(&en->rb_node, &et->root, leftmost); in __attach_extent_node()
|
| D | gc.c | 408 rb_insert_color_cached(&ve->rb_node, &am->root, left_most); in attach_victim_entry()
|
| /Linux-v6.1/Documentation/core-api/ |
| D | rbtree.rst | 217 void rb_insert_color_cached(struct rb_node *, struct rb_root_cached *, bool);
|
| /Linux-v6.1/fs/ |
| D | eventpoll.c | 1284 rb_insert_color_cached(&epi->rbn, &ep->rbr, leftmost); in ep_rbtree_insert()
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-sched.c | 1036 rb_insert_color_cached(&data->node, root, leftmost); in __thread_latency_insert() 3180 rb_insert_color_cached(&data->node, root, leftmost); in __merge_work_atoms()
|
| D | builtin-kwork.c | 305 rb_insert_color_cached(&key->node, root, leftmost); in work_insert()
|
| /Linux-v6.1/block/ |
| D | blk-throttle.c | 551 rb_insert_color_cached(&tg->rb_node, &parent_sq->pending_tree, in tg_service_queue_add()
|
| /Linux-v6.1/drivers/gpu/drm/i915/gt/ |
| D | intel_execlists_submission.c | 3865 rb_insert_color_cached(&node->rb, in virtual_submission_tasklet()
|