Home
last modified time | relevance | path

Searched refs:rb_next_match (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/linux/
H A Drbtree.h325 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/kernel/events/
H A Dcore.c1943 next = rb_next_match(&key, &event->group_node, __group_cmp); in perf_event_groups_next()