Searched refs:deadline_set (Results 1 – 2 of 2) sorted by relevance
137 uint64_t deadline_set; /* next timer set */ member1493 if (tlp->scan_time > tlp->threshold.deadline_set) { in timer_longterm_update_locked()1494 latency = tlp->scan_time - tlp->threshold.deadline_set; in timer_longterm_update_locked()1510 tlp->threshold.deadline_set = tlp->threshold.deadline; in timer_longterm_update_locked()1514 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_longterm_update_locked()1515 tlp->threshold.deadline_set -= tlp->threshold.latency; in timer_longterm_update_locked()1520 if (tlp->threshold.deadline_set < scan_clamp) { in timer_longterm_update_locked()1521 tlp->threshold.deadline_set = scan_clamp; in timer_longterm_update_locked()1548 tlp->threshold.deadline_set, in timer_longterm_update()1745 tlp->threshold.deadline_set = tlp->threshold.deadline; in timer_sysctl_set_threshold()[all …]
206 print(' actual deadline set : {:#018x} ({:d})'.format(ltt.deadline_set, ltt.deadline_set))