Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dtimeout.c161 uint64_t gross_ns, net_ns, threshold_ns; in kern_timeout_try_panic() local
183 absolutetime_to_nanoseconds(threshold, &threshold_ns); in kern_timeout_try_panic()
262 .violation_threshold = threshold_ns, in kern_timeout_try_panic()
274 threshold_us = threshold_ns / 1000; in kern_timeout_try_panic()