Home
last modified time | relevance | path

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

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