Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm/
H A Dpreemption_disable.c375 const int64_t net_duration = kern_timeout_net_duration(&to); in _collect_preemption_disable_measurement() local
378 assert3u(net_duration, >=, 0); in _collect_preemption_disable_measurement()
379 if (net_duration < threshold) { in _collect_preemption_disable_measurement()
390 DTRACE_SCHED4(mach_preemption_expired, uint64_t, net_duration, uint64_t, gross_duration, in _collect_preemption_disable_measurement()
392 …KDBG(MACHDBG_CODE(DBG_MACH_SCHED, MACH_PREEMPTION_EXPIRED), net_duration, gross_duration, average_… in _collect_preemption_disable_measurement()
/xnu-12377.61.12/osfmk/kern/
H A Dtimeout.c160 const uint64_t net_duration = kern_timeout_net_duration(to); in kern_timeout_try_panic() local
182 absolutetime_to_nanoseconds(net_duration, &net_ns); in kern_timeout_try_panic()