Searched refs:rb_next_match (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/linux/
H A Drbtree.h317 * rb_next_match() - find the next @key in @tree
325 rb_next_match(const void *key, struct rb_node *node, function
343 (node); (node) = rb_next_match((key), (node), (cmp)))
/linux-master/include/linux/
H A Drbtree.h306 * rb_next_match() - find the next @key in @tree
314 rb_next_match(const void *key, struct rb_node *node, function
332 (node); (node) = rb_next_match((key), (node), (cmp)))
/linux-master/kernel/events/
H A Dcore.c1750 next = rb_next_match(&key, &event->group_node, __group_cmp);

Completed in 180 milliseconds