Searched refs:curr_max_ents (Results 1 – 1 of 1) sorted by relevance
201 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_free_table() local217 if (alloc_size > curr_max_ents) { in __sg_free_table()218 next = sg_chain_ptr(&sgl[curr_max_ents - 1]); in __sg_free_table()219 alloc_size = curr_max_ents; in __sg_free_table()232 curr_max_ents = max_ents; in __sg_free_table()293 unsigned curr_max_ents = nents_first_chunk ?: max_ents; in __sg_alloc_table() local310 if (alloc_size > curr_max_ents) { in __sg_alloc_table()311 alloc_size = curr_max_ents; in __sg_alloc_table()356 prv_max_ents = curr_max_ents; in __sg_alloc_table()357 curr_max_ents = max_ents; in __sg_alloc_table()