Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c309 while (sg_alloc_table(&table, chunks, gfp)) { in abd_alloc_chunks()
390 while (sg_alloc_table(&table, nr_pages, gfp)) { in abd_alloc_chunks()
487 while (sg_alloc_table(&table, nr_pages, gfp)) { in abd_alloc_zero_scatter()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h325 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() function
381 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.c159 ret = sg_alloc_table(&umem->sg_head, npages, GFP_KERNEL); in ib_umem_get()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c783 err = sg_alloc_table(&sdiodev->sgtable, nents, GFP_KERNEL); in brcmf_sdiod_sgtable_alloc()