Searched refs:__sg_alloc_table_from_pages (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | scatterlist.h | 333 __sg_alloc_table_from_pages(struct sg_table *sgt, in __sg_alloc_table_from_pages() function 341 __sg_alloc_table_from_pages(struct sg_table *sgt, in __sg_alloc_table_from_pages() 429 return (PTR_ERR_OR_ZERO(__sg_alloc_table_from_pages(sgt, pages, count, off, size, in sg_alloc_table_from_pages() 432 return (__sg_alloc_table_from_pages(sgt, pages, count, off, size, in sg_alloc_table_from_pages() 443 return (PTR_ERR_OR_ZERO(__sg_alloc_table_from_pages(sgt, pages, count, off, size, in sg_alloc_table_from_pages_segment() 446 return (__sg_alloc_table_from_pages(sgt, pages, count, off, size, in sg_alloc_table_from_pages_segment()
|