Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/i386/
H A Dmachine_routines.c83 uint64_t delay_spin_threshold; variable
1063 nanoseconds_to_absolutetime(threshold_us * NSEC_PER_USEC, &delay_spin_threshold); in ml_init_delay_spin_threshold()
1069 return (interval < delay_spin_threshold) ? TRUE : FALSE; in ml_delay_should_spin()