Searched refs:nattempts (Results 1 – 2 of 2) sorted by relevance
440 int nelem, int nattempts) in ltable_alloc_elem() argument460 if (nattempts > 0 && nattempts <= max_retries) { in ltable_alloc_elem()461 ntries = max_retries - nattempts; in ltable_alloc_elem()474 if (nattempts > 0) { in ltable_alloc_elem()493 tmp = ltable_alloc_elem(table, type, 1, nattempts); in ltable_alloc_elem()
207 int nelem, int nattempts);