Searched refs:curr_max_ents (Results 1 – 1 of 1) sorted by relevance
198 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_free_table() local214 if (alloc_size > curr_max_ents) { in __sg_free_table()215 next = sg_chain_ptr(&sgl[curr_max_ents - 1]); in __sg_free_table()216 alloc_size = curr_max_ents; in __sg_free_table()229 curr_max_ents = max_ents; in __sg_free_table()289 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_alloc_table() local306 if (alloc_size > curr_max_ents) { in __sg_alloc_table()307 alloc_size = curr_max_ents; in __sg_alloc_table()352 prv_max_ents = curr_max_ents; in __sg_alloc_table()353 curr_max_ents = max_ents; in __sg_alloc_table()