Symbol: sg_free_table_chained
drivers/block/rnbd/rnbd-clt.c
1155
sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT);
drivers/block/rnbd/rnbd-clt.c
375
sg_free_table_chained(&iu->sgt, RNBD_INLINE_SG_CNT);
drivers/block/virtio_blk.c
209
sg_free_table_chained(&vbr->sg_table,
drivers/nvme/host/fc.c
2584
sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT);
drivers/nvme/host/fc.c
2607
sg_free_table_chained(&freq->sg_table, NVME_INLINE_SG_CNT);
drivers/nvme/host/rdma.c
1222
sg_free_table_chained(&req->metadata_sgl->sg_table,
drivers/nvme/host/rdma.c
1228
sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT);
drivers/nvme/host/rdma.c
1515
sg_free_table_chained(&req->metadata_sgl->sg_table,
drivers/nvme/host/rdma.c
1521
sg_free_table_chained(&req->data_sgl.sg_table, NVME_INLINE_SG_CNT);
drivers/nvme/target/loop.c
80
sg_free_table_chained(&iod->sg_table, NVME_INLINE_SG_CNT);
drivers/scsi/scsi_lib.c
596
sg_free_table_chained(&cmd->sdb.table,
drivers/scsi/scsi_lib.c
599
sg_free_table_chained(&cmd->prot_sdb->table,
drivers/vhost/scsi.c
1017
sg_free_table_chained(&cmd->table, vs->inline_sg_cnt);
drivers/vhost/scsi.c
441
sg_free_table_chained(&tv_cmd->table, vs->inline_sg_cnt);
drivers/vhost/scsi.c
449
sg_free_table_chained(&tv_cmd->prot_table, vs->inline_sg_cnt);
drivers/vhost/scsi.c
990
sg_free_table_chained(&cmd->prot_table,
fs/smb/server/transport_rdma.c
1767
sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
fs/smb/server/transport_rdma.c
1925
sg_free_table_chained(&msg->sgt, SG_CHUNK_SIZE);
include/linux/scatterlist.h
557
void sg_free_table_chained(struct sg_table *table,
lib/sg_pool.c
137
sg_free_table_chained(table, nents_first_chunk);
lib/sg_pool.c
96
EXPORT_SYMBOL_GPL(sg_free_table_chained);