Searched refs:delay_spin_threshold (Results 1 – 1 of 1) sorted by relevance
78 uint64_t delay_spin_threshold; variable1094 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()