Home
last modified time | relevance | path

Searched refs:sg_alloc_table (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h299 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() function
333 if (__predict_false((rc = sg_alloc_table(sgt, segs, gfp_mask)))) in __sg_alloc_table_from_pages()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c311 while (sg_alloc_table(&table, chunks, gfp)) { in abd_alloc_chunks()
392 while (sg_alloc_table(&table, nr_pages, gfp)) { in abd_alloc_chunks()
478 while (sg_alloc_table(&table, nr_pages, gfp)) { in abd_alloc_zero_scatter()
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c172 ret = sg_alloc_table(&umem->sg_head, npages, GFP_KERNEL); in ib_umem_get()