Searched refs:sg_alloc_table (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | scatterlist.h | 319 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/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 319 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()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_umem.c | 170 ret = sg_alloc_table(&umem->sg_head, npages, GFP_KERNEL); in ib_umem_get()
|