Searched refs:btree_last (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | btree-type.h | 67 void *val = btree_last(&head->h, BTREE_TYPE_GEO, &_key); in last() 107 return btree_last(&head->h, BTREE_TYPE_GEO, (unsigned long *)key); in last()
|
H A D | btree-128.h | 68 val = btree_last(&head->h, &btree_geo128, (unsigned long *)&key[0]); in btree_last128()
|
H A D | btree.h | 162 * btree_last - get last entry in btree 172 void *btree_last(struct btree_head *head, struct btree_geo *geo,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | btree-type.h | 67 void *val = btree_last(&head->h, BTREE_TYPE_GEO, &_key); in last() 107 return btree_last(&head->h, BTREE_TYPE_GEO, (unsigned long *)key); in last()
|
H A D | btree.h | 162 * btree_last - get last entry in btree 172 void *btree_last(struct btree_head *head, struct btree_geo *geo,
|
H A D | btree-128.h | 68 val = btree_last(&head->h, &btree_geo128, (unsigned long *)&key[0]); in btree_last128()
|
/kernel/linux/linux-5.10/lib/ |
H A D | btree.c | 207 void *btree_last(struct btree_head *head, struct btree_geo *geo, in btree_last() function 222 EXPORT_SYMBOL_GPL(btree_last); variable 661 if (!btree_last(victim, geo, key)) in btree_merge()
|
/kernel/linux/linux-6.6/lib/ |
H A D | btree.c | 207 void *btree_last(struct btree_head *head, struct btree_geo *geo, in btree_last() function 222 EXPORT_SYMBOL_GPL(btree_last); variable 657 if (!btree_last(victim, geo, key)) in btree_merge()
|
Completed in 5 milliseconds