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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Detimer.c81 if (pp->pms.pmsPop <= abstime) {
145 if (pp->pms.pmsPop > 0 && pp->pms.pmsPop < deadline)
146 deadline = pp->pms.pmsPop;
H A Dinterrupt.c119 if(now >= proc_info->pms.pmsPop) { /* Is it time for power management state change? */
H A Dpms.c278 while(mach_absolute_time() < pp->pms.pmsPop); /* Yes, spin here... */
285 pp->pms.pmsPop = HalfwayToForever; /* Set the pop way into the future */
308 pp->pms.pmsPop = tb + pnstate->pmsLimit; /* Set the next pop */
311 while(mach_absolute_time() < pp->pms.pmsPop); /* Yes, spin here and wait it out... */
H A Dppc_init.c173 BootProcInfo.pms.pmsPop = EndOfAllTime; /* Set the pop way into the future */
H A Dcpu.c326 proc_info->pms.pmsPop = EndOfAllTime; /* Set the pop way into the future */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h95 uint64_t pmsPop; /* Time of next step */ member in struct:pmsd

Completed in 29 milliseconds