Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dtimer_call.c109 uint64_t preempted; /* sooner timer has pre-empted */ member
1251 deadline < tlp->threshold.preempted) { in timer_longterm_enqueue_unlocked()
1252 tlp->threshold.preempted = deadline; in timer_longterm_enqueue_unlocked()
1400 tlp->threshold.preempted, in timer_longterm_update_locked()
1404 if (tlp->threshold.preempted != TIMER_LONGTERM_NONE) { in timer_longterm_update_locked()
1406 tlp->threshold.deadline = tlp->threshold.preempted; in timer_longterm_update_locked()
1407 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_update_locked()
1515 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_init()
/xnu-8020.101.4/tools/lldbmacros/
H A Dmisc.py206 if signed(ltt.preempted) == EndofAllTime:
209 print(' threshold.preempted : {:#018x} ({:d})'.format(ltt.preempted, ltt.preempted))