Searched refs:deadline_set (Results 1 – 2 of 2) sorted by relevance
111 uint64_t deadline_set; /* next timer set */ member1420 if (tlp->scan_time > tlp->threshold.deadline_set) { in timer_longterm_update_locked()1421 latency = tlp->scan_time - tlp->threshold.deadline_set; in timer_longterm_update_locked()1437 tlp->threshold.deadline_set = tlp->threshold.deadline; in timer_longterm_update_locked()1441 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_longterm_update_locked()1442 tlp->threshold.deadline_set -= tlp->threshold.latency; in timer_longterm_update_locked()1447 if (tlp->threshold.deadline_set < scan_clamp) { in timer_longterm_update_locked()1448 tlp->threshold.deadline_set = scan_clamp; in timer_longterm_update_locked()1475 tlp->threshold.deadline_set, in timer_longterm_update()1660 tlp->threshold.deadline_set = tlp->threshold.deadline; in timer_sysctl_set_threshold()[all …]
210 print ' actual deadline set : {:#018x} ({:d})'.format(ltt.deadline_set, ltt.deadline_set)