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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c398 int pv_hashed_kern_free_count = 0; variable
431 pv_hashed_kern_free_count--; \
432 if (pv_hashed_kern_free_count < PV_HASHED_KERN_LOW_WATER_MARK) \
443 pv_hashed_kern_free_count += pv_cnt; \
4089 if (pv_hashed_kern_free_count < PV_HASHED_KERN_LOW_WATER_MARK) {

Completed in 76 milliseconds