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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c653 pv_hashed_entry_t curh; local
665 curh = *pprevh;
667 while (PV_HASHED_ENTRY_NULL != curh) {
668 if (pvh == curh)
670 pprevh = &curh->nexth;
671 curh = curh->nexth;
673 if (PV_HASHED_ENTRY_NULL == curh) panic("pmap_pvh_unlink no pvh");

Completed in 26 milliseconds