Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/ !
H A Dtimer_call.c145 uint64_t latency_max; /* maximum threshold latency */ member
1514 tlp->threshold.latency_max = in timer_longterm_update_locked()
1515 MAX(tlp->threshold.latency_max, latency); in timer_longterm_update_locked()
1598 tlp->threshold.latency_max = 0; in timer_longterm_init()
1645 return tlp->threshold.latency_max; in timer_sysctl_get()
1777 tlp->threshold.latency_max = 0; in timer_sysctl_set_threshold()
/xnu-12377.81.4/tools/lldbmacros/ !
H A Dmisc.py211 print(' - max : {:d}' .format(ltt.latency_max))
/xnu-12377.81.4/bsd/kern/ !
H A Dkern_sysctl.c3352 SYSCTL_PROC(_kern_timer_longterm, OID_AUTO, latency_max,