Home
last modified time | relevance | path

Searched refs:mempool_destroy (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_aux.c252 mempool_destroy(adapter->pool.erp_req); in zfcp_free_low_mem_buffers()
254 mempool_destroy(adapter->pool.scsi_req); in zfcp_free_low_mem_buffers()
256 mempool_destroy(adapter->pool.scsi_abort); in zfcp_free_low_mem_buffers()
258 mempool_destroy(adapter->pool.qtcb_pool); in zfcp_free_low_mem_buffers()
260 mempool_destroy(adapter->pool.status_read_req); in zfcp_free_low_mem_buffers()
262 mempool_destroy(adapter->pool.sr_data); in zfcp_free_low_mem_buffers()
264 mempool_destroy(adapter->pool.gid_pn); in zfcp_free_low_mem_buffers()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_mem.c195 mempool_destroy(phba->rrq_pool); in lpfc_mem_alloc()
198 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_alloc()
201 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_alloc()
269 mempool_destroy(phba->rrq_pool); in lpfc_mem_free()
273 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_free()
276 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free()
281 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_free()
307 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()
/Linux-v4.19/scripts/coccinelle/free/
Difnullfree.cocci33 mempool_destroy(E);
45 * usb_free_urb@p\|kmem_cache_destroy@p\|mempool_destroy@p\|
/Linux-v4.19/lib/
Dsg_pool.c152 mempool_destroy(sgp->pool); in sg_pool_init()
166 mempool_destroy(sgp->pool); in sg_pool_exit()
Dbtree.c204 mempool_destroy(head->mempool); in btree_destroy()
/Linux-v4.19/fs/gfs2/
Dmain.c188 mempool_destroy(gfs2_page_pool); in init_gfs2_fs()
243 mempool_destroy(gfs2_page_pool); in exit_gfs2_fs()
/Linux-v4.19/net/ceph/
Dmsgpool.c53 mempool_destroy(pool->pool); in ceph_msgpool_destroy()
/Linux-v4.19/drivers/scsi/snic/
Dsnic_main.c266 mempool_destroy(snic->req_pool[i]); in snic_cleanup()
734 mempool_destroy(snic->req_pool[SNIC_REQ_TM_CACHE]); in snic_probe()
737 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()
740 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
/Linux-v4.19/include/linux/
Dmempool.h47 extern void mempool_destroy(mempool_t *pool);
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_main.c522 mempool_destroy(fnic->io_req_pool); in fnic_cleanup()
524 mempool_destroy(fnic->io_sgl_pool[i]); in fnic_cleanup()
922 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_MAX]); in fnic_probe()
924 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
926 mempool_destroy(fnic->io_req_pool); in fnic_probe()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_init.c497 mempool_destroy(hw->rnode_mempool); in csio_resource_alloc()
500 mempool_destroy(hw->mb_mempool); in csio_resource_alloc()
511 mempool_destroy(hw->rnode_mempool); in csio_resource_free()
513 mempool_destroy(hw->mb_mempool); in csio_resource_free()
/Linux-v4.19/fs/cifs/
Dcifsfs.c1337 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs()
1353 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs()
1365 mempool_destroy(cifs_req_poolp); in cifs_destroy_request_bufs()
1367 mempool_destroy(cifs_sm_req_poolp); in cifs_destroy_request_bufs()
1393 mempool_destroy(cifs_mid_poolp); in cifs_destroy_mids()
Dsmbdirect.c240 mempool_destroy(info->request_mempool); in smbd_destroy_rdma_work()
243 mempool_destroy(info->response_mempool); in smbd_destroy_rdma_work()
1541 mempool_destroy(info->response_mempool); in destroy_caches_and_workqueue()
1543 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue()
1601 mempool_destroy(info->response_mempool); in allocate_caches_and_workqueue()
1605 mempool_destroy(info->request_mempool); in allocate_caches_and_workqueue()
/Linux-v4.19/mm/
Dmempool.c170 void mempool_destroy(mempool_t *pool) in mempool_destroy() function
178 EXPORT_SYMBOL(mempool_destroy);
/Linux-v4.19/arch/sh/kernel/
Ddwarf.c1012 mempool_destroy(dwarf_reg_pool); in dwarf_unwinder_cleanup()
1013 mempool_destroy(dwarf_frame_pool); in dwarf_unwinder_cleanup()
/Linux-v4.19/fs/crypto/
Dcrypto.c378 mempool_destroy(fscrypt_bounce_page_pool); in fscrypt_destroy()
/Linux-v4.19/drivers/nvme/target/
Dio-cmd-file.c21 mempool_destroy(ns->bvec_pool); in nvmet_file_ns_disable()
/Linux-v4.19/net/sunrpc/
Dsched.c1145 mempool_destroy(rpc_buffer_mempool); in rpc_destroy_mempool()
1146 mempool_destroy(rpc_task_mempool); in rpc_destroy_mempool()
/Linux-v4.19/drivers/scsi/
Dvirtio_scsi.c1016 mempool_destroy(virtscsi_cmd_pool); in init()
1029 mempool_destroy(virtscsi_cmd_pool); in fini()
/Linux-v4.19/drivers/block/aoe/
Daoedev.c288 mempool_destroy(d->bufpool); in freedev()
Daoeblk.c431 mempool_destroy(mp); in aoeblk_gdalloc()
/Linux-v4.19/fs/nfs/
Dwrite.c2133 mempool_destroy(nfs_wdata_mempool); in nfs_init_writepagecache()
2141 mempool_destroy(nfs_commit_mempool); in nfs_destroy_writepagecache()
2143 mempool_destroy(nfs_wdata_mempool); in nfs_destroy_writepagecache()
/Linux-v4.19/drivers/s390/block/
Dscm_blk.c64 mempool_destroy(aidaw_pool); in scm_free_rqs()
/Linux-v4.19/fs/jfs/
Djfs_metapage.c229 mempool_destroy(metapage_mempool); in metapage_exit()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c777 mempool_destroy(eq->pf_ctx.pool); in mlx5_destroy_unmap_eq()

12