Home
last modified time | relevance | path

Searched refs:SCHED_DECAY_TICKS (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/kern/ !
H A Dsched.h418 #define SCHED_DECAY_TICKS 32 macro
H A Dpriority.c510 const struct shift_data sched_decay_shifts[SCHED_DECAY_TICKS] = {
660 if (ticks < SCHED_DECAY_TICKS) { in update_priority()