Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbtree-type.h41 return btree_lookup(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN()
84 return btree_lookup(&head->h, BTREE_TYPE_GEO, (unsigned long *)&key); in BTREE_FN()
H A Dbtree.h100 void *btree_lookup(struct btree_head *head, struct btree_geo *geo,
H A Dbtree-128.h25 return btree_lookup(&head->h, &btree_geo128, (unsigned long *)&key); in btree_lookup128()
/openbmc/linux/lib/
H A Dbtree.c263 void *btree_lookup(struct btree_head *head, struct btree_geo *geo, in btree_lookup() function
278 EXPORT_SYMBOL_GPL(btree_lookup);
659 val = btree_lookup(victim, geo, key); in btree_merge()