Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtimer_call.c145 timer_longterm_t *tlp,
148 timer_longterm_t *tlp);
150 timer_longterm_t *tlp);
1185 timer_longterm_t *tlp = &timer_longterm; in timer_longterm_dequeued_locked() local
1187 tlp->dequeues++; in timer_longterm_dequeued_locked()
1188 if (call == tlp->threshold.call) { in timer_longterm_dequeued_locked()
1189 tlp->threshold.call = NULL; in timer_longterm_dequeued_locked()
1207 timer_longterm_t *tlp = &timer_longterm; in timer_longterm_enqueue_unlocked() local
1211 longterm_threshold = now + tlp->threshold.interval; in timer_longterm_enqueue_unlocked()
1220 (tlp->threshold.interval == TIMER_LONGTERM_NONE) || in timer_longterm_enqueue_unlocked()
[all …]