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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dclock_types.h85 #define USEC_PER_SEC 1000000 /* microseconds per second */ macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Drtclock.c159 *microsecs = (now * USEC_PER_SEC) / divisor;
193 *microsecs = (now * USEC_PER_SEC) / rtclock_sec_divisor;
241 *microsecs = (abstime * USEC_PER_SEC) / divisor;
H A Dmachine_routines.c758 if (mtxspin > USEC_PER_SEC>>4)
759 mtxspin = USEC_PER_SEC>>4;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c373 newsecs = (microsecs < 500*USEC_PER_SEC)?
386 TIME_SUB(secs, sys, microsecs, microsys, USEC_PER_SEC);
456 TIME_SUB(secs, sys, microsecs, microsys, USEC_PER_SEC);
H A Dsched_prim.c303 clock_interval_to_absolutetime_interval(USEC_PER_SEC >> SCHED_TICK_SHIFT,
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.c497 if (mtxspin > USEC_PER_SEC>>4)
498 mtxspin = USEC_PER_SEC>>4;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp4958 pwrMgt->clampTimerEventSrc->setTimeout(300*USEC_PER_SEC, USEC_PER_SEC);

Completed in 162 milliseconds