Searched refs:rb_next_match (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/include/linux/ |
| H A D | rbtree.h | 325 rb_next_match(const void *key, struct rb_node *node, in rb_next_match() function 343 (node); (node) = rb_next_match((key), (node), (cmp)))
|
| /linux-6.15/include/linux/ |
| H A D | rbtree.h | 418 rb_next_match(const void *key, struct rb_node *node, in rb_next_match() function 436 (node); (node) = rb_next_match((key), (node), (cmp)))
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 1827 next = rb_next_match(&key, &event->group_node, __group_cmp); in perf_event_groups_next()
|