Searched refs:preempted (Results 1 – 2 of 2) sorted by relevance
135 uint64_t preempted; /* sooner timer has pre-empted */ member1324 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()
203 if signed(ltt.preempted) == EndofAllTime:206 print(' threshold.preempted : {:#018x} ({:d})'.format(ltt.preempted, ltt.preempted))