Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/kern/
H A Dtimer_call.c133 uint64_t margin; /* fudge factor (10% of interval */ member
1514 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_longterm_update_locked()
1583 tlp->threshold.margin = tlp->threshold.interval / 10; in timer_longterm_init()
1723 tlp->threshold.margin = tlp->threshold.interval / 10; in timer_sysctl_set_threshold()
1747 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_sysctl_set_threshold()
/xnu-8796.101.5/tools/lldbmacros/
H A Dmisc.py201 print(' threshold.margin : {:d}' .format(ltt.margin))