Home
last modified time | relevance | path

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

/linux/tools/testing/scatterlist/
H A Dmain.c95 ret = sg_alloc_append_table_from_pages( in main()
110 ret = sg_alloc_append_table_from_pages( in main()
/linux/drivers/infiniband/core/
H A Dumem.c241 ret = sg_alloc_append_table_from_pages( in ib_umem_get()
/linux/lib/
H A Dscatterlist.c432 int sg_alloc_append_table_from_pages(struct sg_append_table *sgt_append, in sg_alloc_append_table_from_pages() function
531 EXPORT_SYMBOL(sg_alloc_append_table_from_pages);
564 err = sg_alloc_append_table_from_pages(&append, pages, n_pages, offset, in sg_alloc_table_from_pages_segment()
/linux/include/linux/
H A Dscatterlist.h462 int sg_alloc_append_table_from_pages(struct sg_append_table *sgt,
/linux/drivers/vfio/pci/virtio/
H A Dmigrate.c87 ret = sg_alloc_append_table_from_pages(&buf->table, page_list, in virtiovf_add_migration_pages()