Searched refs:rb_find_first (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/include/linux/
H A Drbtree.h287 * rb_find_first() - find the first @key in @tree
295 rb_find_first(const void *key, const struct rb_root *tree, function
342 for ((node) = rb_find_first((key), (tree), (cmp)); \
/linux-master/include/linux/
H A Drbtree.h276 * rb_find_first() - find the first @key in @tree
284 rb_find_first(const void *key, const struct rb_root *tree, function
331 for ((node) = rb_find_first((key), (tree), (cmp)); \
/linux-master/kernel/events/
H A Dcore.c1733 node = rb_find_first(&key, &groups->tree, __group_cmp);
4236 node = rb_find_first(&key, tree, __group_cmp_ignore_cgroup);
4243 node = rb_find_first(&key, tree, __group_cmp_ignore_cgroup);
4250 node = rb_find_first(&key, tree, __group_cmp_ignore_cgroup);
/linux-master/kernel/sched/
H A Dcore.c305 node = rb_find_first((void *)cookie, &rq->core_tree, rb_sched_core_cmp);

Completed in 322 milliseconds