Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/x86_64/
H A Dpmap_pcid.c191 uint32_t cur_min_index = ~1; in pmap_pcid_allocate_pcid() local
220 cur_min_index = i; in pmap_pcid_allocate_pcid()
225 pmap_assert(cur_min_index > 0 && cur_min_index < PMAP_PCID_MAX_PCID); in pmap_pcid_allocate_pcid()
230 old_count = __sync_fetch_and_add(&cpu_pcid_refcounts[cur_min_index], 1); in pmap_pcid_allocate_pcid()
232 return cur_min_index; in pmap_pcid_allocate_pcid()