Searched refs:deadline_set (Results 1 – 2 of 2) sorted by relevance
136 uint64_t deadline_set; /* next timer set */ member1492 if (tlp->scan_time > tlp->threshold.deadline_set) { in timer_longterm_update_locked()1493 latency = tlp->scan_time - tlp->threshold.deadline_set; in timer_longterm_update_locked()1509 tlp->threshold.deadline_set = tlp->threshold.deadline; in timer_longterm_update_locked()1513 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_longterm_update_locked()1514 tlp->threshold.deadline_set -= tlp->threshold.latency; in timer_longterm_update_locked()1519 if (tlp->threshold.deadline_set < scan_clamp) { in timer_longterm_update_locked()1520 tlp->threshold.deadline_set = scan_clamp; in timer_longterm_update_locked()1547 tlp->threshold.deadline_set, in timer_longterm_update()1744 tlp->threshold.deadline_set = tlp->threshold.deadline; in timer_sysctl_set_threshold()[all …]
211 print(' actual deadline set : {:#018x} ({:d})'.format(ltt.deadline_set, ltt.deadline_set))