Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dtimer_call.c172 timer_longterm_t *tlp,
175 timer_longterm_t *tlp);
177 timer_longterm_t *tlp);
1271 timer_longterm_t *tlp = &timer_longterm; in timer_longterm_dequeued_locked() local
1273 tlp->dequeues++; in timer_longterm_dequeued_locked()
1274 if (call == tlp->threshold.call) { in timer_longterm_dequeued_locked()
1275 tlp->threshold.call = NULL; in timer_longterm_dequeued_locked()
1293 timer_longterm_t *tlp = &timer_longterm; in timer_longterm_enqueue_unlocked() local
1297 longterm_threshold = now + tlp->threshold.interval; in timer_longterm_enqueue_unlocked()
1306 (tlp->threshold.interval == TIMER_LONGTERM_NONE) || in timer_longterm_enqueue_unlocked()
[all …]