Searched refs:sg_free_table_chained (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
D | sg_pool.c | 84 void sg_free_table_chained(struct sg_table *table, in sg_free_table_chained() function 95 EXPORT_SYMBOL_GPL(sg_free_table_chained); 136 sg_free_table_chained(table, nents_first_chunk); in sg_alloc_table_chained()
|
/kernel/linux/linux-5.10/include/linux/ |
D | scatterlist.h | 355 void sg_free_table_chained(struct sg_table *table,
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | rdma.c | 1309 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_unmap_data() 1323 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_unmap_data() 1625 sg_free_table_chained(&req->metadata_sgl->sg_table, in nvme_rdma_map_data() 1631 sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT); in nvme_rdma_map_data()
|
D | fc.c | 2600 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_map_data() 2623 sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT); in nvme_fc_unmap_data()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | svc_rdma_rw.c | 89 sg_free_table_chained(&ctxt->rw_sg_table, SG_CHUNK_SIZE); in svc_rdma_put_rw_ctxt()
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | loop.c | 78 sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT); in nvme_loop_complete_rq()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_lib.c | 522 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables() 525 sg_free_table_chained(&cmd->prot_sdb->table, in scsi_free_sgtables()
|