Searched refs:max_ents (Results 1 – 1 of 1) sorted by relevance
176 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() argument195 if (alloc_size > max_ents) { in __sg_free_table()196 next = sg_chain_ptr(&sgl[max_ents - 1]); in __sg_free_table()197 alloc_size = max_ents; in __sg_free_table()244 unsigned int max_ents, gfp_t gfp_mask, in __sg_alloc_table() argument251 if (WARN_ON_ONCE(nents > max_ents)) in __sg_alloc_table()262 if (alloc_size > max_ents) { in __sg_alloc_table()263 alloc_size = max_ents; in __sg_alloc_table()292 sg_chain(prv, max_ents, sg); in __sg_alloc_table()