Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dtimer_call.c171 timer_longterm_t *tlp,
174 timer_longterm_t *tlp);
176 timer_longterm_t *tlp);
1258 timer_longterm_t *tlp = &timer_longterm; in timer_longterm_dequeued_locked() local
1260 tlp->dequeues++; in timer_longterm_dequeued_locked()
1261 if (call == tlp->threshold.call) { in timer_longterm_dequeued_locked()
1262 tlp->threshold.call = NULL; in timer_longterm_dequeued_locked()
1280 timer_longterm_t *tlp = &timer_longterm; in timer_longterm_enqueue_unlocked() local
1284 longterm_threshold = now + tlp->threshold.interval; in timer_longterm_enqueue_unlocked()
1293 (tlp->threshold.interval == TIMER_LONGTERM_NONE) || in timer_longterm_enqueue_unlocked()
[all …]