Searched refs:max_ents (Results 1 – 1 of 1) sorted by relevance
195 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() argument200 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_free_table()231 curr_max_ents = max_ents; in __sg_free_table()286 unsigned int max_ents, struct scatterlist *first_chunk, in __sg_alloc_table() argument292 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_alloc_table()300 if (WARN_ON_ONCE(nents > max_ents)) in __sg_alloc_table()356 curr_max_ents = max_ents; in __sg_alloc_table()