Searched refs:sg_alloc_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h293 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) function
327 if (__predict_false((rc = sg_alloc_table(sgt, segs, gfp_mask))))
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c172 ret = sg_alloc_table(&umem->sg_head, npages, GFP_KERNEL);

Completed in 97 milliseconds