Searched refs:mempool_alloc_slab (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | mempool.h | 61 void *mempool_alloc_slab(gfp_t gfp_mask, void *pool_data); 67 return mempool_init(pool, min_nr, mempool_alloc_slab, in mempool_init_slab_pool() 74 return mempool_create(min_nr, mempool_alloc_slab, mempool_free_slab, in mempool_create_slab_pool()
|
/openbmc/linux/mm/ |
H A D | mempool.c | 87 } else if (pool->alloc == mempool_alloc_slab) { in poison_element() 109 if (pool->alloc == mempool_alloc_slab || pool->alloc == mempool_kmalloc) in kasan_poison_element() 120 else if (pool->alloc == mempool_alloc_slab) in kasan_unpoison_element() 514 void *mempool_alloc_slab(gfp_t gfp_mask, void *pool_data) in mempool_alloc_slab() function 520 EXPORT_SYMBOL(mempool_alloc_slab);
|
/openbmc/linux/drivers/nvme/target/ |
H A D | io-cmd-file.c | 59 ns->bvec_pool = mempool_create(NVMET_MIN_MPOOL_OBJ, mempool_alloc_slab, in nvmet_file_ns_enable()
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoeblk.c | 352 mp = mempool_create(MIN_BUFS, mempool_alloc_slab, mempool_free_slab, in aoeblk_gdalloc()
|
/openbmc/linux/fs/smb/server/ |
H A D | transport_rdma.c | 1833 mempool_alloc_slab, mempool_free_slab, in smb_direct_create_pools() 1847 mempool_create(t->recv_credit_max, mempool_alloc_slab, in smb_direct_create_pools()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | auth.c | 1025 nvme_chap_buf_pool = mempool_create(16, mempool_alloc_slab, in nvme_init_auth()
|
/openbmc/linux/fs/smb/client/ |
H A D | smbdirect.c | 1440 mempool_create(info->send_credit_target, mempool_alloc_slab, in allocate_caches_and_workqueue() 1456 mempool_create(info->receive_credit_max, mempool_alloc_slab, in allocate_caches_and_workqueue()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 7294 qla_tgt_mgmt_cmd_mempool = mempool_create(25, mempool_alloc_slab, in qlt_init()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 4279 ha->srb_mempool = mempool_create(SRB_MIN_REQ, mempool_alloc_slab, in qla4xxx_mem_alloc()
|