Searched refs:mempool (Results 1 - 25 of 81) sorted by relevance

1234

/linux-master/include/linux/ceph/
H A Dmsgpool.h5 #include <linux/mempool.h>
H A Dlibceph.h13 #include <linux/mempool.h>
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay_types.h9 #include <linux/mempool.h>
/linux-master/include/linux/
H A Dbtree.h6 #include <linux/mempool.h>
32 * @mempool: mempool used for node allocations
37 mempool_t *mempool; member in struct:btree_head
45 * btree_alloc - allocate function for the mempool
52 * btree_free - free function for the mempool
59 * btree_init_mempool - initialise a btree with given mempool
62 * @mempool: the mempool to use
65 * the mempool
[all...]
H A Dbtree-128.h7 mempool_t *mempool)
9 btree_init_mempool(&head->h, mempool);
6 btree_init_mempool128(struct btree_head128 *head, mempool_t *mempool) argument
H A Dbtree-type.h15 mempool_t *mempool)
17 btree_init_mempool(&head->h, mempool);
14 init_mempool(BTREE_TYPE_HEAD *head, mempool_t *mempool) argument
H A Dpktcdvd.h20 #include <linux/mempool.h>
184 mempool_t rb_pool; /* mempool for pkt_rb_node allocations */
/linux-master/lib/
H A Dbtree.c97 node = mempool_alloc(head->mempool, gfp);
182 void btree_init_mempool(struct btree_head *head, mempool_t *mempool) argument
185 head->mempool = mempool;
192 head->mempool = mempool_create(0, btree_alloc, btree_free, NULL);
193 if (!head->mempool)
201 mempool_free(head->node, head->mempool);
202 mempool_destroy(head->mempool);
203 head->mempool = NULL;
441 mempool_free(node, head->mempool);
[all...]
H A Dsg_pool.c4 #include <linux/mempool.h>
161 printk(KERN_ERR "SG_POOL: can't init sg mempool %s\n",
/linux-master/drivers/scsi/snic/
H A Dsnic_trc.c5 #include <linux/mempool.h>
H A Dsnic_ctl.c11 #include <linux/mempool.h>
H A Dsnic.h11 #include <linux/mempool.h>
/linux-master/arch/powerpc/platforms/pseries/
H A Drtas-work-area.c9 #include <linux/mempool.h>
131 * the slab allocator is up before setting up the descriptor mempool
/linux-master/fs/gfs2/
H A Dmain.c19 #include <linux/mempool.h>
H A Dutil.h15 #include <linux/mempool.h>
/linux-master/net/sunrpc/
H A Dauth_unix.c14 #include <linux/mempool.h>
/linux-master/drivers/md/
H A Ddm-bio-prison-v2.c12 #include <linux/mempool.h>
/linux-master/drivers/s390/scsi/
H A Dzfcp_def.h22 #include <linux/mempool.h>
/linux-master/fs/smb/client/
H A Dsmbdirect.h16 #include <linux/mempool.h>
/linux-master/block/
H A Dbounce.c15 #include <linux/mempool.h>
/linux-master/mm/
H A DMakefile45 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c13 #include <linux/mempool.h>
/linux-master/fs/crypto/
H A Dcrypto.c24 #include <linux/mempool.h>
173 * The bounce page allocation is mempool-backed, so it will always succeed when
/linux-master/drivers/infiniband/ulp/iser/
H A Discsi_iser.h60 #include <linux/mempool.h>
/linux-master/drivers/scsi/fnic/
H A Dfnic.h214 struct mempool;

Completed in 195 milliseconds

1234