Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.c134 uint64_t preempted; /* sooner timer has pre-empted */ member
1323 deadline < tlp->threshold.preempted) { in timer_longterm_enqueue_unlocked()
1324 tlp->threshold.preempted = deadline; in timer_longterm_enqueue_unlocked()
1472 tlp->threshold.preempted, in timer_longterm_update_locked()
1476 if (tlp->threshold.preempted != TIMER_LONGTERM_NONE) { in timer_longterm_update_locked()
1478 tlp->threshold.deadline = tlp->threshold.preempted; in timer_longterm_update_locked()
1479 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_update_locked()
1587 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_init()
/xnu-8792.61.2/tools/lldbmacros/
H A Dmisc.py202 if signed(ltt.preempted) == EndofAllTime:
205 print(' threshold.preempted : {:#018x} ({:d})'.format(ltt.preempted, ltt.preempted))