Searched refs:TIMER_LONGTERM_NONE (Results 1 – 1 of 1) sorted by relevance
86 #define TIMER_LONGTERM_NONE EndOfAllTime macro91 #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 …]