Home
last modified time | relevance | path

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

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