Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbtree-type.h67 void *val = btree_last(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN()
107 return btree_last(&head->h, BTREE_TYPE_GEO, (unsigned long *)key); in BTREE_FN()
H A Dbtree.h172 void *btree_last(struct btree_head *head, struct btree_geo *geo,
H A Dbtree-128.h68 val = btree_last(&head->h, &btree_geo128, (unsigned long *)&key[0]); in btree_last128()
/openbmc/linux/lib/
H A Dbtree.c207 void *btree_last(struct btree_head *head, struct btree_geo *geo, in btree_last() function
222 EXPORT_SYMBOL_GPL(btree_last);
657 if (!btree_last(victim, geo, key)) in btree_merge()