Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dtimer_call.c133 uint64_t margin; /* fudge factor (10% of interval */ member
1526 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_longterm_update_locked()
1595 tlp->threshold.margin = tlp->threshold.interval / 10; in timer_longterm_init()
1735 tlp->threshold.margin = tlp->threshold.interval / 10; in timer_sysctl_set_threshold()
1759 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_sysctl_set_threshold()
/xnu-11215.1.10/tools/lldbmacros/
H A Dmisc.py195 print(' threshold.margin : {:d}' .format(ltt.margin))