Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Delf.c64 static struct rb_node *rb_find_first(const struct rb_root *tree, const void *key, in rb_find_first() function
94 for ((node) = rb_find_first((tree), (key), (cmp)); \