Searched refs:mempool_free_slab (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | mempool.h | 84 void mempool_free_slab(void *element, void *pool_data); 87 mempool_init(_pool, (_min_nr), mempool_alloc_slab, mempool_free_slab, (void *)(_kc)) 89 mempool_create((_min_nr), mempool_alloc_slab, mempool_free_slab, (void *)(_kc))
|
| /linux/mm/ |
| H A D | mempool.c | 83 } else if (pool->free == mempool_free_slab) { in check_element() 727 void mempool_free_slab(void *element, void *pool_data) in mempool_free_slab() function 732 EXPORT_SYMBOL(mempool_free_slab);
|
| /linux/drivers/nvme/target/ |
| H A D | io-cmd-file.c | 60 mempool_free_slab, nvmet_bvec_cache); in nvmet_file_ns_enable()
|
| /linux/drivers/nvme/host/ |
| H A D | auth.c | 1151 mempool_free_slab, nvme_chap_buf_cache); in nvme_init_auth()
|
| /linux/fs/smb/server/ |
| H A D | transport_rdma.c | 2131 mempool_alloc_slab, mempool_free_slab, in smb_direct_create_pools() 2146 mempool_free_slab, sc->recv_io.mem.cache); in smb_direct_create_pools()
|
| /linux/fs/smb/client/ |
| H A D | smbdirect.c | 1739 mempool_free_slab, sc->send_io.mem.cache); in allocate_caches() 1760 mempool_free_slab, sc->recv_io.mem.cache); in allocate_caches()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.c | 8385 mempool_free_slab, qla_tgt_mgmt_cmd_cachep); in qlt_init()
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_os.c | 4282 mempool_free_slab, srb_cachep); in qla4xxx_mem_alloc()
|