Searched refs:margin (Results 1 – 3 of 3) sorted by relevance
54 #define margin 128 macro64 subs r1, r1, margin // subtract safety margin from dst_size67 …sub r4, r4, margin // subtract safety margin from src_size (src_size < margin is detect…375 add src_end, margin390 add dst_end, margin
107 uint64_t margin; /* fudge factor (10% of interval */ member1441 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()
204 print(' threshold.margin : {:d}' .format(ltt.margin))