Searched refs:sg_free_table_chained (Results 1 – 13 of 13) sorted by relevance
/linux/lib/ |
A D | sg_pool.c | 84 void sg_free_table_chained(struct sg_table *table, in sg_free_table_chained() function 96 EXPORT_SYMBOL_GPL(sg_free_table_chained); 137 sg_free_table_chained(table, nents_first_chunk); in sg_alloc_table_chained()
|
/linux/include/linux/ |
A D | scatterlist.h | 387 void sg_free_table_chained(struct sg_table *table,
|
/linux/drivers/nvme/host/ |
A D | rdma.c | 1299 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_unmap_data() 1313 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_unmap_data() 1615 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_map_data() 1621 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_map_data()
|
A D | fc.c | 2602 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data() 2625 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()
|
/linux/drivers/block/rnbd/ |
A D | rnbd-clt.c | 401 sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT); in rnbd_softirq_done_fn() 1174 sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT); in rnbd_queue_rq()
|
/linux/drivers/nvme/target/ |
A D | loop.c | 78 sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT); in nvme_loop_complete_rq()
|
/linux/fs/ksmbd/ |
A D | transport_rdma.c | 1324 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in read_write_done() 1406 sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE); in smb_direct_rdma_xmit()
|
/linux/net/sunrpc/xprtrdma/ |
A D | svc_rdma_rw.c | 91 sg_free_table_chained(&ctxt->rw_sg_table, SG_CHUNK_SIZE); in __svc_rdma_put_rw_ctxt()
|
/linux/drivers/scsi/ |
A D | scsi_lib.c | 495 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables() 498 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()
|
/linux/drivers/block/ |
A D | virtio_blk.c | 182 sg_free_table_chained(&vbr->sg_table, in virtblk_unmap_data()
|
/linux/ |
A D | vmlinux.symvers | 7777 0x00000000 sg_free_table_chained vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 17284 ffff8000104cced0 T sg_free_table_chained
|
A D | .tmp_System.map | 17284 ffff8000104cced0 T sg_free_table_chained
|
Completed in 405 milliseconds