Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dtimer_call.c135 uint64_t preempted; /* sooner timer has pre-empted */ member
1324 deadline < tlp->threshold.preempted) { in timer_longterm_enqueue_unlocked()
1325 tlp->threshold.preempted = deadline; in timer_longterm_enqueue_unlocked()
1473 tlp->threshold.preempted, in timer_longterm_update_locked()
1477 if (tlp->threshold.preempted != TIMER_LONGTERM_NONE) { in timer_longterm_update_locked()
1479 tlp->threshold.deadline = tlp->threshold.preempted; in timer_longterm_update_locked()
1480 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_update_locked()
1588 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_init()
/xnu-10063.121.3/tools/lldbmacros/
H A Dmisc.py197 if signed(ltt.preempted) == EndofAllTime:
200 print(' threshold.preempted : {:#018x} ({:d})'.format(ltt.preempted, ltt.preempted))