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

/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap_pcid.c169 uint32_t cur_min_index = ~1; local
199 cur_min_index = i;
204 pmap_assert(cur_min_index > 0 && cur_min_index < PMAP_PCID_MAX_PCID);
209 old_count = __sync_fetch_and_add(&cpu_pcid_refcounts[cur_min_index], 1);
211 return cur_min_index;

Completed in 15 milliseconds