Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.c132 uint64_t margin; /* fudge factor (10% of interval */ member
1513 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_longterm_update_locked()
1582 tlp->threshold.margin = tlp->threshold.interval / 10; in timer_longterm_init()
1722 tlp->threshold.margin = tlp->threshold.interval / 10; in timer_sysctl_set_threshold()
1746 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_sysctl_set_threshold()
/xnu-8792.61.2/tools/lldbmacros/
H A Dmisc.py200 print(' threshold.margin : {:d}' .format(ltt.margin))