Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm/
H A Dlz4_encode_armv7.s54 #define margin 128 macro
64 subs r1, r1, margin // subtract safety margin from dst_size
67 …sub r4, r4, margin // subtract safety margin from src_size (src_size < margin is detect…
375 add src_end, margin
390 add dst_end, margin
/xnu-8020.101.4/osfmk/kern/
H A Dtimer_call.c107 uint64_t margin; /* fudge factor (10% of interval */ member
1441 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_longterm_update_locked()
1510 tlp->threshold.margin = tlp->threshold.interval / 10; in timer_longterm_init()
1638 tlp->threshold.margin = tlp->threshold.interval / 10; in timer_sysctl_set_threshold()
1662 tlp->threshold.deadline_set -= tlp->threshold.margin; in timer_sysctl_set_threshold()
/xnu-8020.101.4/tools/lldbmacros/
H A Dmisc.py204 print(' threshold.margin : {:d}' .format(ltt.margin))