/linux-6.12.1/drivers/scsi/elx/libefc/ ! |
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.12.1/drivers/scsi/lpfc/ ! |
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.12.1/drivers/s390/scsi/ ! |
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.12.1/scripts/coccinelle/free/ ! |
D | ifnullfree.cocci | 40 mempool_destroy(E); 53 * usb_free_urb@p\|kmem_cache_destroy@p\|mempool_destroy@p\|
|
/linux-6.12.1/fs/gfs2/ ! |
D | main.c | 190 mempool_destroy(gfs2_page_pool); in init_gfs2_fs() 243 mempool_destroy(gfs2_page_pool); in exit_gfs2_fs()
|
/linux-6.12.1/drivers/scsi/snic/ ! |
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.12.1/net/ceph/ ! |
D | msgpool.c | 56 mempool_destroy(pool->pool); in ceph_msgpool_destroy()
|
/linux-6.12.1/lib/ ! |
D | sg_pool.c | 173 mempool_destroy(sgp->pool); in sg_pool_init()
|
/linux-6.12.1/drivers/scsi/fnic/ ! |
D | fnic_main.c | 524 mempool_destroy(fnic->io_req_pool); in fnic_cleanup() 526 mempool_destroy(fnic->io_sgl_pool[i]); in fnic_cleanup() 978 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_MAX]); in fnic_probe() 980 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe() 982 mempool_destroy(fnic->io_req_pool); in fnic_probe()
|
/linux-6.12.1/drivers/scsi/csiostor/ ! |
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.12.1/include/linux/ ! |
D | mempool.h | 64 extern void mempool_destroy(mempool_t *pool);
|
/linux-6.12.1/mm/ ! |
D | mempool.c | 185 void mempool_destroy(mempool_t *pool) in mempool_destroy() function 193 EXPORT_SYMBOL(mempool_destroy);
|
/linux-6.12.1/net/sunrpc/ ! |
D | auth_unix.c | 211 mempool_destroy(unix_pool); in rpc_destroy_authunix()
|
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.12.1/fs/smb/client/ ! |
D | cifsfs.c | 1698 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs() 1714 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs() 1726 mempool_destroy(cifs_req_poolp); in cifs_destroy_request_bufs() 1728 mempool_destroy(cifs_sm_req_poolp); in cifs_destroy_request_bufs() 1752 mempool_destroy(cifs_mid_poolp); in destroy_mids()
|
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.12.1/fs/ext4/ ! |
D | readpage.c | 414 mempool_destroy(bio_post_read_ctx_pool); in ext4_exit_post_read_processing()
|
/linux-6.12.1/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-6.12.1/fs/f2fs/ ! |
D | iostat.c | 293 mempool_destroy(bio_iostat_ctx_pool); in f2fs_destroy_iostat_processing()
|
/linux-6.12.1/drivers/md/dm-vdo/ ! |
D | flush.c | 165 mempool_destroy(vdo_forget(flusher->flush_pool)); in vdo_free_flusher()
|
/linux-6.12.1/drivers/scsi/ ! |
D | virtio_scsi.c | 1083 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_init() 1093 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_fini()
|
/linux-6.12.1/drivers/nvme/target/ ! |
D | io-cmd-file.c | 26 mempool_destroy(ns->bvec_pool); in nvmet_file_ns_disable()
|
/linux-6.12.1/drivers/block/aoe/ ! |
D | aoedev.c | 288 mempool_destroy(d->bufpool); in freedev()
|
D | aoeblk.c | 427 mempool_destroy(mp); in aoeblk_gdalloc()
|
/linux-6.12.1/fs/nfs/ ! |
D | write.c | 2182 mempool_destroy(nfs_wdata_mempool); in nfs_init_writepagecache() 2190 mempool_destroy(nfs_commit_mempool); in nfs_destroy_writepagecache() 2192 mempool_destroy(nfs_wdata_mempool); in nfs_destroy_writepagecache()
|