Searched refs:sg_free_table_chained (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/lib/ |
| D | sg_pool.c | 79 void sg_free_table_chained(struct sg_table *table, bool first_chunk) in sg_free_table_chained() function 85 EXPORT_SYMBOL_GPL(sg_free_table_chained); 116 sg_free_table_chained(table, (bool)first_chunk); in sg_alloc_table_chained()
|
| /Linux-v4.19/include/linux/ |
| D | scatterlist.h | 334 void sg_free_table_chained(struct sg_table *table, bool first_chunk);
|
| /Linux-v4.19/drivers/scsi/ |
| D | scsi_lib.c | 612 sg_free_table_chained(&cmd->sdb.table, true); in scsi_mq_free_sgtables() 616 sg_free_table_chained(&sdb->table, true); in scsi_mq_free_sgtables() 619 sg_free_table_chained(&cmd->prot_sdb->table, true); in scsi_mq_free_sgtables() 648 sg_free_table_chained(&cmd->sdb.table, false); in scsi_release_buffers() 653 sg_free_table_chained(&cmd->prot_sdb->table, false); in scsi_release_buffers() 660 sg_free_table_chained(&bidi_sdb->table, false); in scsi_release_bidi_buffers()
|
| /Linux-v4.19/net/sunrpc/xprtrdma/ |
| D | svc_rdma_rw.c | 88 sg_free_table_chained(&ctxt->rw_sg_table, true); in svc_rdma_put_rw_ctxt()
|
| /Linux-v4.19/drivers/nvme/target/ |
| D | loop.c | 88 sg_free_table_chained(&iod->sg_table, true); in nvme_loop_complete_rq()
|
| /Linux-v4.19/drivers/nvme/host/ |
| D | rdma.c | 1130 sg_free_table_chained(&req->sg_table, true); in nvme_rdma_unmap_data() 1285 sg_free_table_chained(&req->sg_table, true); in nvme_rdma_map_data()
|
| D | fc.c | 2100 sg_free_table_chained(&freq->sg_table, true); in nvme_fc_map_data() 2126 sg_free_table_chained(&freq->sg_table, true); in nvme_fc_unmap_data()
|