Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtimer_call.c86 #define TIMER_LONGTERM_NONE EndOfAllTime macro
91 #define TIMER_LONGTERM_THRESHOLD TIMER_LONGTERM_NONE /* disabled */
1220 (tlp->threshold.interval == TIMER_LONGTERM_NONE) || in timer_longterm_enqueue_unlocked()
1301 if (tlp->threshold.interval != TIMER_LONGTERM_NONE) { in timer_longterm_scan()
1305 tlp->threshold.deadline = TIMER_LONGTERM_NONE; in timer_longterm_scan()
1404 if (tlp->threshold.preempted != TIMER_LONGTERM_NONE) { in timer_longterm_update_locked()
1407 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_update_locked()
1439 if (tlp->threshold.deadline != TIMER_LONGTERM_NONE && in timer_longterm_update_locked()
1472 if (tlp->threshold.deadline != TIMER_LONGTERM_NONE) { in timer_longterm_update()
1496 tlp->threshold.interval = serverperfmode ? TIMER_LONGTERM_NONE in timer_longterm_init()
[all …]