Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dtimeout.c162 uint64_t gross_us, net_us, threshold_us; in kern_timeout_try_panic() local
274 threshold_us = threshold_ns / 1000; in kern_timeout_try_panic()
277 threshold_ms = threshold_us / 1000; in kern_timeout_try_panic()
293 gross_ms, gross_us % 1000, net_ms, net_us % 1000, threshold_ms, threshold_us % 1000); in kern_timeout_try_panic()
296 gross_us, net_us, threshold_us); in kern_timeout_try_panic()
301 gross_ms, gross_us % 1000, threshold_ms, threshold_us % 1000); in kern_timeout_try_panic()
304 gross_us, threshold_us); in kern_timeout_try_panic()
/xnu-12377.81.4/osfmk/i386/
H A Dmachine_routines.c1092 ml_init_delay_spin_threshold(int threshold_us) in ml_init_delay_spin_threshold() argument
1094 nanoseconds_to_absolutetime(threshold_us * NSEC_PER_USEC, &delay_spin_threshold); in ml_init_delay_spin_threshold()