Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/scsi/elx/libefc/
H A Defclib.c45 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()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_aux.c256 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()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c170 mempool_destroy(phba->rrq_pool); in lpfc_mem_alloc()
173 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_alloc()
176 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_alloc()
235 mempool_destroy(phba->rrq_pool); in lpfc_mem_free()
239 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_free()
242 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free()
247 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_free()
269 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()
/openbmc/u-boot/scripts/coccinelle/free/
H A Difnullfree.cocci33 mempool_destroy(E);
45 * usb_free_urb@p\|kmem_cache_destroy@p\|mempool_destroy@p\|
/openbmc/linux/scripts/coccinelle/free/
H A Difnullfree.cocci40 mempool_destroy(E);
53 * usb_free_urb@p\|kmem_cache_destroy@p\|mempool_destroy@p\|
/openbmc/linux/fs/gfs2/
H A Dmain.c191 mempool_destroy(gfs2_page_pool); in init_gfs2_fs()
244 mempool_destroy(gfs2_page_pool); in exit_gfs2_fs()
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_main.c251 mempool_destroy(snic->req_pool[i]); in snic_cleanup()
694 mempool_destroy(snic->req_pool[SNIC_REQ_TM_CACHE]); in snic_probe()
697 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_MAX_SGL]); in snic_probe()
700 mempool_destroy(snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL]); in snic_probe()
/openbmc/linux/net/ceph/
H A Dmsgpool.c56 mempool_destroy(pool->pool); in ceph_msgpool_destroy()
/openbmc/linux/include/linux/
H A Dmempool.h52 extern void mempool_destroy(mempool_t *pool);
/openbmc/linux/lib/
H A Dsg_pool.c173 mempool_destroy(sgp->pool); in sg_pool_init()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_main.c518 mempool_destroy(fnic->io_req_pool); in fnic_cleanup()
520 mempool_destroy(fnic->io_sgl_pool[i]); in fnic_cleanup()
932 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_MAX]); in fnic_probe()
934 mempool_destroy(fnic->io_sgl_pool[FNIC_SGL_CACHE_DFLT]); in fnic_probe()
936 mempool_destroy(fnic->io_req_pool); in fnic_probe()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_init.c488 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()
/openbmc/linux/mm/
H A Dmempool.c175 void mempool_destroy(mempool_t *pool) in mempool_destroy() function
183 EXPORT_SYMBOL(mempool_destroy);
H A Dpage_io.c250 mempool_destroy(pool); in sio_pool_init()
/openbmc/linux/net/sunrpc/
H A Dauth_unix.c211 mempool_destroy(unix_pool); in rpc_destroy_authunix()
H A Dsched.c1319 mempool_destroy(rpc_buffer_mempool); in rpc_destroy_mempool()
1320 mempool_destroy(rpc_task_mempool); in rpc_destroy_mempool()
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c1733 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs()
1749 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs()
1761 mempool_destroy(cifs_req_poolp); in cifs_destroy_request_bufs()
1763 mempool_destroy(cifs_sm_req_poolp); in cifs_destroy_request_bufs()
1787 mempool_destroy(cifs_mid_poolp); in destroy_mids()
H A Dsmbdirect.c1363 mempool_destroy(info->request_mempool); in smbd_destroy()
1366 mempool_destroy(info->response_mempool); in smbd_destroy()
1417 mempool_destroy(info->response_mempool); in destroy_caches_and_workqueue()
1419 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue()
1477 mempool_destroy(info->response_mempool); in allocate_caches_and_workqueue()
1481 mempool_destroy(info->request_mempool); in allocate_caches_and_workqueue()
/openbmc/linux/fs/ext4/
H A Dreadpage.c423 mempool_destroy(bio_post_read_ctx_pool); in ext4_exit_post_read_processing()
/openbmc/linux/fs/f2fs/
H A Diostat.c293 mempool_destroy(bio_iostat_ctx_pool); in f2fs_destroy_iostat_processing()
/openbmc/linux/arch/sh/kernel/
H A Ddwarf.c1010 mempool_destroy(dwarf_reg_pool); in dwarf_unwinder_cleanup()
1011 mempool_destroy(dwarf_frame_pool); in dwarf_unwinder_cleanup()
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-file.c26 mempool_destroy(ns->bvec_pool); in nvmet_file_ns_disable()
/openbmc/linux/drivers/scsi/
H A Dvirtio_scsi.c1024 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_init()
1034 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_fini()
/openbmc/linux/drivers/block/aoe/
H A Daoedev.c288 mempool_destroy(d->bufpool); in freedev()
H A Daoeblk.c426 mempool_destroy(mp); in aoeblk_gdalloc()

123