Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dtimer_call.c136 uint64_t preempted; /* sooner timer has pre-empted */ member
1337 deadline < tlp->threshold.preempted) { in timer_longterm_enqueue_unlocked()
1338 tlp->threshold.preempted = deadline; in timer_longterm_enqueue_unlocked()
1486 tlp->threshold.preempted, in timer_longterm_update_locked()
1490 if (tlp->threshold.preempted != TIMER_LONGTERM_NONE) { in timer_longterm_update_locked()
1492 tlp->threshold.deadline = tlp->threshold.preempted; in timer_longterm_update_locked()
1493 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_update_locked()
1601 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_init()
/xnu-12377.81.4/tools/lldbmacros/
H A Dmisc.py197 if signed(ltt.preempted) == EndofAllTime:
200 print(' threshold.preempted : {:#018x} ({:d})'.format(ltt.preempted, ltt.preempted))