Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.c170 timer_longterm_t *tlp,
173 timer_longterm_t *tlp);
175 timer_longterm_t *tlp);
1257 timer_longterm_t *tlp = &timer_longterm; in timer_longterm_dequeued_locked() local
1259 tlp->dequeues++; in timer_longterm_dequeued_locked()
1260 if (call == tlp->threshold.call) { in timer_longterm_dequeued_locked()
1261 tlp->threshold.call = NULL; in timer_longterm_dequeued_locked()
1279 timer_longterm_t *tlp = &timer_longterm; in timer_longterm_enqueue_unlocked() local
1283 longterm_threshold = now + tlp->threshold.interval; in timer_longterm_enqueue_unlocked()
1292 (tlp->threshold.interval == TIMER_LONGTERM_NONE) || in timer_longterm_enqueue_unlocked()
[all …]