Searched refs:preempted (Results 1 – 2 of 2) sorted by relevance
135 uint64_t preempted; /* sooner timer has pre-empted */ member1336 deadline < tlp->threshold.preempted) { in timer_longterm_enqueue_unlocked()1337 tlp->threshold.preempted = deadline; in timer_longterm_enqueue_unlocked()1485 tlp->threshold.preempted, in timer_longterm_update_locked()1489 if (tlp->threshold.preempted != TIMER_LONGTERM_NONE) { in timer_longterm_update_locked()1491 tlp->threshold.deadline = tlp->threshold.preempted; in timer_longterm_update_locked()1492 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_update_locked()1600 tlp->threshold.preempted = TIMER_LONGTERM_NONE; in timer_longterm_init()
197 if signed(ltt.preempted) == EndofAllTime:200 print(' threshold.preempted : {:#018x} ({:d})'.format(ltt.preempted, ltt.preempted))