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

/lib/
H A Dscatterlist.c187 unsigned int alloc_size = table->orig_nents; local
196 if (alloc_size > max_ents) {
198 alloc_size = max_ents;
199 sg_size = alloc_size - 1;
201 sg_size = alloc_size;
209 free_fn(sgl, alloc_size);
266 unsigned int sg_size, alloc_size = left; local
268 if (alloc_size > max_ents) {
269 alloc_size = max_ents;
270 sg_size = alloc_size
[all...]

Completed in 4 milliseconds