Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/i386/
H A Dmachine_routines.c78 uint64_t delay_spin_threshold; variable
1094 nanoseconds_to_absolutetime(threshold_us * NSEC_PER_USEC, &delay_spin_threshold); in ml_init_delay_spin_threshold()
1100 return (interval < delay_spin_threshold) ? TRUE : FALSE; in ml_delay_should_spin()