Home
last modified time | relevance | path

Searched refs:deadline_set (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.101.5/osfmk/kern/
H A Dtimer_call.c137 uint64_t deadline_set; /* next timer set */ member
1493 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 …]
/xnu-8796.101.5/tools/lldbmacros/
H A Dmisc.py212 print(' actual deadline set : {:#018x} ({:d})'.format(ltt.deadline_set, ltt.deadline_set))