Searched refs:rb_add (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/include/linux/ |
| H A D | rbtree.h | 206 rb_add(struct rb_node *node, struct rb_root *tree, in rb_add() function
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | uncore_discovery.c | 98 rb_add(&type->node, &discovery_tables, __type_less); in add_uncore_discovery_type() 218 rb_add(&node->node, root, unit_less); in uncore_find_add_unit()
|
| /linux-6.15/include/linux/ |
| H A D | rbtree.h | 195 rb_add(struct rb_node *node, struct rb_root *tree, in rb_add() function
|
| /linux-6.15/tools/perf/util/ |
| H A D | annotate-data.c | 395 rb_add(&result->node, dso__data_types(dso), data_type_less); in dso__findnew_data_type() 688 rb_add(&gvar->node, dso__global_vars(dso), global_var_less); in global_var__add()
|
| /linux-6.15/fs/ |
| H A D | xattr.c | 1533 rb_add(&new_xattr->rb_node, &xattrs->rb_root, rbtree_simple_xattr_less); in simple_xattr_add()
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 1899 rb_add(&p->scx.dsq_priq, &dsq->priq, scx_dsq_priq_less); in dispatch_enqueue()
|
| H A D | core.c | 275 rb_add(&p->core_node, &rq->core_tree, rb_sched_core_less); in sched_core_enqueue()
|
| /linux-6.15/fs/btrfs/ |
| H A D | send.c | 4733 rb_add(&ref->node, root, rbtree_ref_less); in record_ref_in_tree()
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 1755 rb_add(&event->group_node, &groups->tree, __group_less); in perf_event_groups_insert()
|