Searched refs:sgt (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | scatterlist.c | 389 int __sg_alloc_table_from_pages(struct sg_table *sgt, struct page **pages, in __sg_alloc_table_from_pages() argument 413 ret = sg_alloc_table(sgt, chunks, gfp_mask); in __sg_alloc_table_from_pages() 419 for_each_sg(sgt->sgl, s, sgt->orig_nents, i) { in __sg_alloc_table_from_pages() 464 int sg_alloc_table_from_pages(struct sg_table *sgt, struct page **pages, in sg_alloc_table_from_pages() argument 468 return __sg_alloc_table_from_pages(sgt, pages, n_pages, offset, size, in sg_alloc_table_from_pages()
|