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