| /linux-6.15/drivers/scsi/elx/libefc/ |
| H A D | efclib.c | 45 mempool_destroy(efc->node_pool); in efcport_init() 78 mempool_destroy(efc->els_io_pool); in efcport_destroy() 79 mempool_destroy(efc->node_pool); in efcport_destroy()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_mem.c | 193 mempool_destroy(phba->rrq_pool); in lpfc_mem_alloc() 196 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_alloc() 199 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_alloc() 258 mempool_destroy(phba->rrq_pool); in lpfc_mem_free() 262 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_free() 265 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free() 270 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_free() 292 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()
|
| /linux-6.15/drivers/s390/scsi/ |
| H A D | zfcp_aux.c | 256 mempool_destroy(adapter->pool.erp_req); in zfcp_free_low_mem_buffers() 257 mempool_destroy(adapter->pool.scsi_req); in zfcp_free_low_mem_buffers() 258 mempool_destroy(adapter->pool.scsi_abort); in zfcp_free_low_mem_buffers() 259 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() 261 mempool_destroy(adapter->pool.sr_data); in zfcp_free_low_mem_buffers() 262 mempool_destroy(adapter->pool.gid_pn); in zfcp_free_low_mem_buffers()
|
| /linux-6.15/scripts/coccinelle/free/ |
| H A D | ifnullfree.cocci | 40 mempool_destroy(E); 53 * usb_free_urb@p\|kmem_cache_destroy@p\|mempool_destroy@p\|
|
| /linux-6.15/fs/gfs2/ |
| H A D | main.c | 189 mempool_destroy(gfs2_page_pool); in init_gfs2_fs() 242 mempool_destroy(gfs2_page_pool); in exit_gfs2_fs()
|
| /linux-6.15/drivers/scsi/fnic/ |
| H A D | fnic_main.c | 554 mempool_destroy(fnic->io_req_pool); in fnic_cleanup() 555 mempool_destroy(fnic->frame_pool); in fnic_cleanup() 556 mempool_destroy(fnic->frame_elem_pool); in fnic_cleanup() 558 mempool_destroy(fnic->io_sgl_pool[i]); in fnic_cleanup() 1088 mempool_destroy(fnic->frame_elem_pool); in fnic_probe() 1090 mempool_destroy(fnic->frame_pool); in fnic_probe() 1092 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_MAX]); in fnic_probe() 1094 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
|
| /linux-6.15/drivers/scsi/snic/ |
| H A D | snic_main.c | 251 mempool_destroy(snic->req_pool[i]); in snic_cleanup() 693 mempool_destroy(snic->req_pool[SNIC_REQ_TM_CACHE]); in snic_probe() 696 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe() 699 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
|
| /linux-6.15/net/ceph/ |
| H A D | msgpool.c | 56 mempool_destroy(pool->pool); in ceph_msgpool_destroy()
|
| /linux-6.15/lib/ |
| H A D | sg_pool.c | 173 mempool_destroy(sgp->pool); in sg_pool_init()
|
| /linux-6.15/include/linux/ |
| H A D | mempool.h | 64 extern void mempool_destroy(mempool_t *pool);
|
| /linux-6.15/drivers/scsi/csiostor/ |
| H A D | csio_init.c | 488 mempool_destroy(hw->rnode_mempool); in csio_resource_alloc() 491 mempool_destroy(hw->mb_mempool); in csio_resource_alloc() 502 mempool_destroy(hw->rnode_mempool); in csio_resource_free() 504 mempool_destroy(hw->mb_mempool); in csio_resource_free()
|
| /linux-6.15/mm/ |
| H A D | mempool.c | 185 void mempool_destroy(mempool_t *pool) in mempool_destroy() function 193 EXPORT_SYMBOL(mempool_destroy);
|
| /linux-6.15/net/sunrpc/ |
| H A D | auth_unix.c | 211 mempool_destroy(unix_pool); in rpc_destroy_authunix()
|
| H A D | sched.c | 1321 mempool_destroy(rpc_buffer_mempool); in rpc_destroy_mempool() 1322 mempool_destroy(rpc_task_mempool); in rpc_destroy_mempool()
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsfs.c | 1734 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs() 1750 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs() 1762 mempool_destroy(cifs_req_poolp); in cifs_destroy_request_bufs() 1764 mempool_destroy(cifs_sm_req_poolp); in cifs_destroy_request_bufs() 1788 mempool_destroy(cifs_mid_poolp); in destroy_mids()
|
| H A D | smbdirect.c | 1364 mempool_destroy(info->request_mempool); in smbd_destroy() 1367 mempool_destroy(info->response_mempool); in smbd_destroy() 1418 mempool_destroy(info->response_mempool); in destroy_caches_and_workqueue() 1420 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue() 1478 mempool_destroy(info->response_mempool); in allocate_caches_and_workqueue() 1482 mempool_destroy(info->request_mempool); in allocate_caches_and_workqueue()
|
| /linux-6.15/fs/ext4/ |
| H A D | readpage.c | 414 mempool_destroy(bio_post_read_ctx_pool); in ext4_exit_post_read_processing()
|
| /linux-6.15/fs/f2fs/ |
| H A D | iostat.c | 293 mempool_destroy(bio_iostat_ctx_pool); in f2fs_destroy_iostat_processing()
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | dwarf.c | 1010 mempool_destroy(dwarf_reg_pool); in dwarf_unwinder_cleanup() 1011 mempool_destroy(dwarf_frame_pool); in dwarf_unwinder_cleanup()
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | flush.c | 165 mempool_destroy(vdo_forget(flusher->flush_pool)); in vdo_free_flusher()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | io-cmd-file.c | 26 mempool_destroy(ns->bvec_pool); in nvmet_file_ns_disable()
|
| /linux-6.15/drivers/scsi/ |
| H A D | virtio_scsi.c | 1082 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_init() 1092 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_fini()
|
| /linux-6.15/drivers/block/aoe/ |
| H A D | aoedev.c | 289 mempool_destroy(d->bufpool); in freedev()
|
| H A D | aoeblk.c | 426 mempool_destroy(mp); in aoeblk_gdalloc()
|
| /linux-6.15/fs/nfs/ |
| H A D | write.c | 2196 mempool_destroy(nfs_wdata_mempool); in nfs_init_writepagecache() 2204 mempool_destroy(nfs_commit_mempool); in nfs_destroy_writepagecache() 2206 mempool_destroy(nfs_wdata_mempool); in nfs_destroy_writepagecache()
|