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