Home
last modified time | relevance | path

Searched refs:btree_init_mempool (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dbtree-128.h9 btree_init_mempool(&head->h, mempool); in btree_init_mempool128()
H A Dbtree.h59 * btree_init_mempool - initialise a btree with given mempool
67 void btree_init_mempool(struct btree_head *head, mempool_t *mempool);
87 * when using btree_init(), not with btree_init_mempool().
H A Dbtree-type.h17 btree_init_mempool(&head->h, mempool); in init_mempool()
/kernel/linux/linux-6.6/include/linux/
H A Dbtree.h59 * btree_init_mempool - initialise a btree with given mempool
67 void btree_init_mempool(struct btree_head *head, mempool_t *mempool);
87 * when using btree_init(), not with btree_init_mempool().
H A Dbtree-128.h9 btree_init_mempool(&head->h, mempool); in btree_init_mempool128()
H A Dbtree-type.h17 btree_init_mempool(&head->h, mempool); in init_mempool()
/kernel/linux/linux-5.10/lib/
H A Dbtree.c182 void btree_init_mempool(struct btree_head *head, mempool_t *mempool) in btree_init_mempool() function
187 EXPORT_SYMBOL_GPL(btree_init_mempool); variable
/kernel/linux/linux-6.6/lib/
H A Dbtree.c182 void btree_init_mempool(struct btree_head *head, mempool_t *mempool) in btree_init_mempool() function
187 EXPORT_SYMBOL_GPL(btree_init_mempool); variable

Completed in 6 milliseconds