Home
last modified time | relevance | path

Searched refs:mempool (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/lib/
H A Dbtree.c97 node = mempool_alloc(head->mempool, gfp); in btree_node_alloc()
185 head->mempool = mempool; in btree_init_mempool()
193 if (!head->mempool) in btree_init()
201 mempool_free(head->node, head->mempool); in btree_destroy()
202 mempool_destroy(head->mempool); in btree_destroy()
203 head->mempool = NULL; in btree_destroy()
441 mempool_free(node, head->mempool); in btree_shrink()
476 mempool_free(new, head->mempool); in btree_insert_level()
533 mempool_free(right, head->mempool); in merge()
548 mempool_free(child, head->mempool); in rebalance()
[all …]
/openbmc/linux/include/linux/
H A Dbtree.h37 mempool_t *mempool; member
67 void btree_init_mempool(struct btree_head *head, mempool_t *mempool);
H A Dbtree-128.h7 mempool_t *mempool) in btree_init_mempool128() argument
9 btree_init_mempool(&head->h, mempool); in btree_init_mempool128()
H A Dbtree-type.h15 mempool_t *mempool) in BTREE_FN()
17 btree_init_mempool(&head->h, mempool); in BTREE_FN()
/openbmc/linux/Documentation/admin-guide/aoe/
H A Dtodo.rst14 driver. By using a mempool for allocating all but the first few
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dmm-api.rst97 mm/mempool.c
/openbmc/linux/Documentation/core-api/
H A Dmm-api.rst91 .. kernel-doc:: mm/mempool.c
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-io.rst70 Dm-io will attempt to resize its mempool to make sure enough pages are
/openbmc/linux/mm/
H A DMakefile49 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic.h203 struct mempool;