Searched refs:curr_max_ents (Results 1 – 1 of 1) sorted by relevance
196 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_free_table() local212 if (alloc_size > curr_max_ents) { in __sg_free_table()213 next = sg_chain_ptr(&sgl[curr_max_ents - 1]); in __sg_free_table()214 alloc_size = curr_max_ents; in __sg_free_table()227 curr_max_ents = max_ents; in __sg_free_table()273 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_alloc_table() local290 if (alloc_size > curr_max_ents) { in __sg_alloc_table()291 alloc_size = curr_max_ents; in __sg_alloc_table()336 prv_max_ents = curr_max_ents; in __sg_alloc_table()337 curr_max_ents = max_ents; in __sg_alloc_table()