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