Searched refs:rb_find_first (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/include/linux/ |
| H A D | rbtree.h | 295 rb_find_first(const void *key, const struct rb_root *tree, in rb_find_first() function 342 for ((node) = rb_find_first((key), (tree), (cmp)); \
|
| /linux-6.15/include/linux/ |
| H A D | rbtree.h | 388 rb_find_first(const void *key, const struct rb_root *tree, in rb_find_first() function 435 for ((node) = rb_find_first((key), (tree), (cmp)); \
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | uncore_discovery.c | 140 pos = rb_find_first(&pmu_idx, units, pmu_idx_cmp); in intel_uncore_find_discovery_unit()
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 1810 node = rb_find_first(&key, &groups->tree, __group_cmp); in perf_event_groups_first() 4349 node = rb_find_first(&key, tree, __group_cmp_ignore_cgroup); in ctx_event_to_rotate() 4356 node = rb_find_first(&key, tree, __group_cmp_ignore_cgroup); in ctx_event_to_rotate() 4363 node = rb_find_first(&key, tree, __group_cmp_ignore_cgroup); in ctx_event_to_rotate()
|
| /linux-6.15/kernel/sched/ |
| H A D | core.c | 336 node = rb_find_first((void *)cookie, &rq->core_tree, rb_sched_core_cmp); in sched_core_find()
|