Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/x86_64/
H A Dpmap_pcid.c211 pcid_ref_t cur_refcount = cpu_pcid_refcounts[i]; in pmap_pcid_allocate_pcid() local
213 pmap_assert(cur_refcount < PMAP_PCID_MAX_REFCOUNT); in pmap_pcid_allocate_pcid()
215 if (cur_refcount == 0) { in pmap_pcid_allocate_pcid()
219 if (cur_refcount < cur_min) { in pmap_pcid_allocate_pcid()
221 cur_min = cur_refcount; in pmap_pcid_allocate_pcid()