Home
last modified time | relevance | path

Searched refs:sg_free_append_table (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/scatterlist/
H A Dmain.c125 sg_free_append_table(&append); in main()
/linux/drivers/infiniband/core/
H A Dumem.c62 sg_free_append_table(&umem->sgt_append); in __ib_umem_release()
/linux/lib/
H A Dscatterlist.c217 * sg_free_append_table - Free a previously allocated append sg table.
221 void sg_free_append_table(struct sg_append_table *table) in sg_free_append_table() function
226 EXPORT_SYMBOL(sg_free_append_table);
421 * returned sg table is released by sg_free_append_table
428 * sg_free_append_table() to cleanup any leftover allocations.
567 sg_free_append_table(&append); in sg_alloc_table_from_pages_segment()
/linux/include/linux/
H A Dscatterlist.h458 void sg_free_append_table(struct sg_append_table *sgt);
/linux/drivers/vfio/pci/virtio/
H A Dmigrate.c118 sg_free_append_table(&buf->table); in virtiovf_free_data_buffer()