Searched refs:CU_SAMPLE_INTERVAL_MIN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcap_util.c157 * NOTE: The CU_SAMPLE_INTERVAL_MIN should be higher than the scaling factor in
169 * NOTE: The scaling factor below should be less than CU_SAMPLE_INTERVAL_MIN
175 #define CU_SAMPLE_INTERVAL_MIN (NANOSEC / 10) macro
177 #define CU_SCALE (CU_SAMPLE_INTERVAL_MIN / 10000)
287 hrtime_t cu_sample_interval_min = CU_SAMPLE_INTERVAL_MIN;
1674 if (time_delta > CU_SAMPLE_INTERVAL_MIN)

Completed in 46 milliseconds