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

/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c182 int32_t throttle_io_period; member in struct:_throttle_io_info_t
937 if (elapsed_msecs >= (uint64_t)info->throttle_io_period) {
1362 ut->uu_lowpri_window, info->throttle_io_period, info->throttle_io_count, 0, 0);
1401 ut->uu_lowpri_window, info->throttle_io_period, info->throttle_io_count, 0, 0);
1485 if (info->throttle_io_period == 0) {
1488 info->throttle_io_period = lowpri_io_period_ssd_msecs;
1490 info->throttle_io_period = lowpri_io_period_msecs;
1492 if (info->throttle_io_period < lowpri_timer_period_msecs)
1493 info->throttle_io_period = lowpri_timer_period_msecs;
1519 if (info->throttle_io_period
[all...]

Completed in 27 milliseconds