Home
last modified time | relevance | path

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

123

/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()
/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c191 mempool_destroy(phba->rrq_pool); in lpfc_mem_alloc()
194 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_alloc()
197 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_alloc()
256 mempool_destroy(phba->rrq_pool); in lpfc_mem_free()
260 mempool_destroy(phba->nlp_mem_pool); in lpfc_mem_free()
263 mempool_destroy(phba->active_rrq_pool); in lpfc_mem_free()
268 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_free()
290 mempool_destroy(phba->device_data_mem_pool); in lpfc_mem_free()
/linux/drivers/s390/scsi/
H A Dzfcp_aux.c255 mempool_destroy(adapter->pool.erp_req); in zfcp_free_low_mem_buffers()
256 mempool_destroy(adapter->pool.scsi_req); in zfcp_free_low_mem_buffers()
257 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()
259 mempool_destroy(adapter->pool.status_read_req); in zfcp_free_low_mem_buffers()
260 mempool_destroy(adapter->pool.sr_data); in zfcp_free_low_mem_buffers()
261 mempool_destroy(adapter->pool.gid_pn); in zfcp_free_low_mem_buffers()
/linux/scripts/coccinelle/free/
H A Difnullfree.cocci40 mempool_destroy(E);
53 * usb_free_urb@p\|kmem_cache_destroy@p\|mempool_destroy@p\|
/linux/fs/gfs2/
H A Dmain.c190 mempool_destroy(gfs2_page_pool); in init_gfs2_fs()
243 mempool_destroy(gfs2_page_pool); in exit_gfs2_fs()
/linux/drivers/scsi/fnic/
H A Dfnic_main.c554 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/drivers/scsi/snic/
H A Dsnic_main.c251 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/net/ceph/
H A Dmsgpool.c56 mempool_destroy(pool->pool); in ceph_msgpool_destroy()
/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()
/linux/lib/
H A Dsg_pool.c173 mempool_destroy(sgp->pool); in sg_pool_init()
/linux/include/linux/
H A Dmempool.h63 void mempool_destroy(struct mempool *pool);
/linux/mm/
H A Dmempool.c223 void mempool_destroy(struct mempool *pool) in mempool_destroy() function
231 EXPORT_SYMBOL(mempool_destroy);
/linux/net/sunrpc/
H A Dauth_unix.c211 mempool_destroy(unix_pool); in rpc_destroy_authunix()
H A Dsched.c1317 mempool_destroy(rpc_buffer_mempool); in rpc_destroy_mempool()
1318 mempool_destroy(rpc_task_mempool); in rpc_destroy_mempool()
/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_log_ring.c194 mempool_destroy(log_ring->ras_log_mempool); in ras_log_ring_sw_fini()
/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()
/linux/fs/f2fs/
H A Diostat.c293 mempool_destroy(bio_iostat_ctx_pool); in f2fs_destroy_iostat_processing()
/linux/fs/smb/client/
H A Dcifsfs.c1810 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs()
1826 mempool_destroy(cifs_req_poolp); in cifs_init_request_bufs()
1838 mempool_destroy(cifs_req_poolp); in cifs_destroy_request_bufs()
1840 mempool_destroy(cifs_sm_req_poolp); in cifs_destroy_request_bufs()
H A Dsmbdirect.c1959 mempool_destroy(sc->send_io.mem.pool); in smbd_destroy()
1962 mempool_destroy(sc->recv_io.mem.pool); in smbd_destroy()
2012 mempool_destroy(sc->recv_io.mem.pool); in destroy_caches()
2014 mempool_destroy(sc->send_io.mem.pool); in destroy_caches()
2074 mempool_destroy(sc->recv_io.mem.pool); in allocate_caches()
2078 mempool_destroy(sc->send_io.mem.pool); in allocate_caches()
/linux/drivers/md/dm-vdo/
H A Dflush.c165 mempool_destroy(vdo_forget(flusher->flush_pool)); in vdo_free_flusher()
/linux/drivers/nvme/target/
H A Dio-cmd-file.c26 mempool_destroy(ns->bvec_pool); in nvmet_file_ns_disable()
/linux/drivers/scsi/
H A Dvirtio_scsi.c1090 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_init()
1100 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_fini()
/linux/fs/nfs/
H A Dwrite.c2182 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()
/linux/drivers/block/aoe/
H A Daoedev.c300 mempool_destroy(d->bufpool); in freedev()
/linux/drivers/s390/block/
H A Dscm_blk.c63 mempool_destroy(aidaw_pool); in scm_free_rqs()

123