Searched refs:max_ents (Results 1 – 1 of 1) sorted by relevance
193 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() argument198 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_free_table()229 curr_max_ents = max_ents; in __sg_free_table()283 unsigned int max_ents, struct scatterlist *first_chunk, in __sg_alloc_table() argument289 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_alloc_table()297 if (WARN_ON_ONCE(nents > max_ents)) in __sg_alloc_table()353 curr_max_ents = max_ents; in __sg_alloc_table()
Completed in 4 milliseconds