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

/lib/
H A Dscatterlist.c133 * The default behaviour of sg_alloc_table() is to use these kmalloc/kfree
321 * sg_alloc_table - Allocate and initialize an sg table
331 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) function
342 EXPORT_SYMBOL(sg_alloc_table); variable
381 ret = sg_alloc_table(sgt, chunks, gfp_mask);

Completed in 144 milliseconds