Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/radix-tree/
H A Dtest.h19 struct item *item_lookup(struct radix_tree_root *root, unsigned long index);
H A Dtest.c100 struct item *item_lookup(struct radix_tree_root *root, unsigned long index) in item_lookup() function
H A Dmain.c204 } while (item_lookup(&tree, idx[i])); in copy_tag_check()
H A Dtag_check.c212 if (item_lookup(tree, index)) in do_thrash()