/Linux-v5.4/drivers/s390/scsi/ |
D | zfcp_aux.c | 254 mempool_destroy(adapter->pool.erp_req); in zfcp_free_low_mem_buffers() 255 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() 257 mempool_destroy(adapter->pool.qtcb_pool); in zfcp_free_low_mem_buffers() 258 mempool_destroy(adapter->pool.status_read_req); in zfcp_free_low_mem_buffers() 259 mempool_destroy(adapter->pool.sr_data); in zfcp_free_low_mem_buffers() 260 mempool_destroy(adapter->pool.gid_pn); in zfcp_free_low_mem_buffers()
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 171 mempool_destroy(phba->rrq_pool); in lpfc_mem_alloc() 174 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_alloc() 177 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_alloc() 239 mempool_destroy(phba->rrq_pool); in lpfc_mem_free() 243 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_free() 246 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free() 251 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_free() 273 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()
|
/Linux-v5.4/scripts/coccinelle/free/ |
D | ifnullfree.cocci | 34 mempool_destroy(E); 46 * usb_free_urb@p\|kmem_cache_destroy@p\|mempool_destroy@p\|
|
/Linux-v5.4/lib/ |
D | sg_pool.c | 172 mempool_destroy(sgp->pool); in sg_pool_init() 185 mempool_destroy(sgp->pool); in sg_pool_exit()
|
/Linux-v5.4/drivers/scsi/snic/ |
D | snic_main.c | 265 mempool_destroy(snic->req_pool[i]); in snic_cleanup() 708 mempool_destroy(snic->req_pool[SNIC_REQ_TM_CACHE]); in snic_probe() 711 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe() 714 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
|
/Linux-v5.4/net/ceph/ |
D | msgpool.c | 56 mempool_destroy(pool->pool); in ceph_msgpool_destroy()
|
/Linux-v5.4/include/linux/ |
D | mempool.h | 47 extern void mempool_destroy(mempool_t *pool);
|
/Linux-v5.4/drivers/scsi/fnic/ |
D | fnic_main.c | 529 mempool_destroy(fnic->io_req_pool); in fnic_cleanup() 531 mempool_destroy(fnic->io_sgl_pool[i]); in fnic_cleanup() 916 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_MAX]); in fnic_probe() 918 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe() 920 mempool_destroy(fnic->io_req_pool); in fnic_probe()
|
/Linux-v5.4/drivers/scsi/csiostor/ |
D | csio_init.c | 492 mempool_destroy(hw->rnode_mempool); in csio_resource_alloc() 495 mempool_destroy(hw->mb_mempool); in csio_resource_alloc() 506 mempool_destroy(hw->rnode_mempool); in csio_resource_free() 508 mempool_destroy(hw->mb_mempool); in csio_resource_free()
|
/Linux-v5.4/mm/ |
D | mempool.c | 170 void mempool_destroy(mempool_t *pool) in mempool_destroy() function 178 EXPORT_SYMBOL(mempool_destroy);
|
/Linux-v5.4/fs/gfs2/ |
D | main.c | 238 mempool_destroy(gfs2_page_pool); in exit_gfs2_fs()
|
/Linux-v5.4/fs/cifs/ |
D | cifsfs.c | 1428 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs() 1444 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs() 1456 mempool_destroy(cifs_req_poolp); in cifs_destroy_request_bufs() 1458 mempool_destroy(cifs_sm_req_poolp); in cifs_destroy_request_bufs() 1484 mempool_destroy(cifs_mid_poolp); in cifs_destroy_mids()
|
D | smbdirect.c | 1470 mempool_destroy(info->request_mempool); in smbd_destroy() 1473 mempool_destroy(info->response_mempool); in smbd_destroy() 1518 mempool_destroy(info->response_mempool); in destroy_caches_and_workqueue() 1520 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue() 1578 mempool_destroy(info->response_mempool); in allocate_caches_and_workqueue() 1582 mempool_destroy(info->request_mempool); in allocate_caches_and_workqueue()
|
/Linux-v5.4/net/sunrpc/ |
D | auth_unix.c | 203 mempool_destroy(unix_pool); in rpc_destroy_authunix()
|
D | sched.c | 1281 mempool_destroy(rpc_buffer_mempool); in rpc_destroy_mempool() 1282 mempool_destroy(rpc_task_mempool); in rpc_destroy_mempool()
|
/Linux-v5.4/fs/ext4/ |
D | readpage.c | 434 mempool_destroy(bio_post_read_ctx_pool); in ext4_exit_post_read_processing()
|
/Linux-v5.4/arch/sh/kernel/ |
D | dwarf.c | 1010 mempool_destroy(dwarf_reg_pool); in dwarf_unwinder_cleanup() 1011 mempool_destroy(dwarf_frame_pool); in dwarf_unwinder_cleanup()
|
/Linux-v5.4/fs/crypto/ |
D | crypto.c | 406 mempool_destroy(fscrypt_bounce_page_pool); in fscrypt_destroy()
|
/Linux-v5.4/drivers/scsi/ |
D | virtio_scsi.c | 1007 mempool_destroy(virtscsi_cmd_pool); in init() 1020 mempool_destroy(virtscsi_cmd_pool); in fini()
|
/Linux-v5.4/drivers/nvme/target/ |
D | io-cmd-file.c | 21 mempool_destroy(ns->bvec_pool); in nvmet_file_ns_disable()
|
/Linux-v5.4/drivers/block/aoe/ |
D | aoedev.c | 289 mempool_destroy(d->bufpool); in freedev()
|
D | aoeblk.c | 440 mempool_destroy(mp); in aoeblk_gdalloc()
|
/Linux-v5.4/fs/nfs/ |
D | write.c | 2167 mempool_destroy(nfs_wdata_mempool); in nfs_init_writepagecache() 2175 mempool_destroy(nfs_commit_mempool); in nfs_destroy_writepagecache() 2177 mempool_destroy(nfs_wdata_mempool); in nfs_destroy_writepagecache()
|
/Linux-v5.4/drivers/s390/block/ |
D | scm_blk.c | 64 mempool_destroy(aidaw_pool); in scm_free_rqs()
|
/Linux-v5.4/drivers/lightnvm/ |
D | pblk-init.c | 550 mempool_destroy(l_mg->bitmap_pool); in pblk_line_mg_free() 918 mempool_destroy(l_mg->bitmap_pool); in pblk_line_mg_init()
|