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

/lib/
H A Dscatterlist.c167 * @max_ents: The maximum number of entries per single scatterlist
173 * __sg_alloc_table(). The @max_ents value must be identical to
177 void __sg_free_table(struct sg_table *table, unsigned int max_ents, argument
191 * If we have more than max_ents segments left,
196 if (alloc_size > max_ents) {
197 next = sg_chain_ptr(&sgl[max_ents - 1]);
198 alloc_size = max_ents;
232 * @max_ents: The maximum number of entries the allocator returns per call
238 * defined to return scatterlist chunks of maximum size @max_ents.
239 * Thus if @nents is bigger than @max_ents, th
247 __sg_alloc_table(struct sg_table *table, unsigned int nents, unsigned int max_ents, struct scatterlist *first_chunk, gfp_t gfp_mask, sg_alloc_fn *alloc_fn) argument
[all...]

Completed in 28 milliseconds