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

/lib/
H A Dscatterlist.c173 * __sg_alloc_table(). The @max_ents value must be identical to
174 * that previously used with __sg_alloc_table().
229 * __sg_alloc_table - Allocate and initialize an sg table with given allocator
247 int __sg_alloc_table(struct sg_table *table, unsigned int nents, function
318 EXPORT_SYMBOL(__sg_alloc_table); variable
335 ret = __sg_alloc_table(table, nents, SG_MAX_SINGLE_ALLOC,

Completed in 21 milliseconds