Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c319 while (sg_alloc_table(&table, chunks, gfp)) { in abd_alloc_chunks()
400 while (sg_alloc_table(&table, nr_pages, gfp)) { in abd_alloc_chunks()
497 while (sg_alloc_table(&table, nr_pages, gfp)) { in abd_alloc_zero_scatter()
/src/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c170 ret = sg_alloc_table(&umem->sg_head, npages, GFP_KERNEL); in ib_umem_get()
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c783 err = sg_alloc_table(&sdiodev->sgtable, nents, GFP_KERNEL); in brcmf_sdiod_sgtable_alloc()