Searched refs:max_ents (Results 1 – 1 of 1) sorted by relevance
196 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() argument201 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_free_table()232 curr_max_ents = max_ents; in __sg_free_table()287 unsigned int max_ents, struct scatterlist *first_chunk, in __sg_alloc_table() argument293 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_alloc_table()301 if (WARN_ON_ONCE(nents > max_ents)) in __sg_alloc_table()357 curr_max_ents = max_ents; in __sg_alloc_table()