Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/scatterlist/
Dmain.c95 ret = sg_alloc_append_table_from_pages( in main()
110 ret = sg_alloc_append_table_from_pages( in main()
/linux-6.14.4/drivers/infiniband/core/
Dumem.c225 ret = sg_alloc_append_table_from_pages( in ib_umem_get()
/linux-6.14.4/lib/
Dscatterlist.c455 int sg_alloc_append_table_from_pages(struct sg_append_table *sgt_append, in sg_alloc_append_table_from_pages() function
554 EXPORT_SYMBOL(sg_alloc_append_table_from_pages);
587 err = sg_alloc_append_table_from_pages(&append, pages, n_pages, offset, in sg_alloc_table_from_pages_segment()
/linux-6.14.4/include/linux/
Dscatterlist.h441 int sg_alloc_append_table_from_pages(struct sg_append_table *sgt,
/linux-6.14.4/drivers/vfio/pci/virtio/
Dmigrate.c87 ret = sg_alloc_append_table_from_pages(&buf->table, page_list, in virtiovf_add_migration_pages()
/linux-6.14.4/drivers/vfio/pci/mlx5/
Dcmd.c441 ret = sg_alloc_append_table_from_pages( in mlx5vf_add_migration_pages()