Home
last modified time | relevance | path

Searched refs:nattempts (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dltable.c440 int nelem, int nattempts) in ltable_alloc_elem() argument
460 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()
H A Dltable.h207 int nelem, int nattempts);