Home
last modified time | relevance | path

Searched refs:max_ents (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/lib/
Dscatterlist.c195 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() argument
200 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() argument
292 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()