Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dtimer_call.c86 #define TIMER_LONGTERM_NONE EndOfAllTime macro
91 #define TIMER_LONGTERM_THRESHOLD TIMER_LONGTERM_NONE /* disabled */
1293 (tlp->threshold.interval == TIMER_LONGTERM_NONE) || in timer_longterm_enqueue_unlocked()
1366 uint64_t threshold = TIMER_LONGTERM_NONE; in timer_longterm_scan()
1374 if (tlp->threshold.interval != TIMER_LONGTERM_NONE) { in timer_longterm_scan()
1378 tlp->threshold.deadline = TIMER_LONGTERM_NONE; in timer_longterm_scan()
1477 if (tlp->threshold.preempted != TIMER_LONGTERM_NONE) { in timer_longterm_update_locked()
1480 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_update_locked()
1512 if (tlp->threshold.deadline != TIMER_LONGTERM_NONE && in timer_longterm_update_locked()
1545 if (tlp->threshold.deadline != TIMER_LONGTERM_NONE) { in timer_longterm_update()
[all …]