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

/xnu-2782.1.97/osfmk/kern/
H A Dsched_average.c82 #define base(n) ((n) << SCHED_TICK_SHIFT)
H A Dsched.h304 * Age usage at approximately (1 << SCHED_TICK_SHIFT) times per second
308 #define SCHED_TICK_SHIFT 3 macro
H A Dledger.c634 * where N sched_ticks/sec is calculated via 1 << SCHED_TICK_SHIFT (see sched_prim.h)
638 #define SCHED_TICKS_PER_TOCK ((TOCKLEN * (1 << SCHED_TICK_SHIFT)) / 10)
H A Dsched_prim.c683 clock_interval_to_absolutetime_interval(USEC_PER_SEC >> SCHED_TICK_SHIFT,

Completed in 37 milliseconds