Searched refs:curr_max_ents (Results 1 – 1 of 1) sorted by relevance
200 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_free_table() local216 if (alloc_size > curr_max_ents) { in __sg_free_table()217 next = sg_chain_ptr(&sgl[curr_max_ents - 1]); in __sg_free_table()218 alloc_size = curr_max_ents; in __sg_free_table()231 curr_max_ents = max_ents; in __sg_free_table()292 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_alloc_table() local309 if (alloc_size > curr_max_ents) { in __sg_alloc_table()310 alloc_size = curr_max_ents; in __sg_alloc_table()355 prv_max_ents = curr_max_ents; in __sg_alloc_table()356 curr_max_ents = max_ents; in __sg_alloc_table()