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

/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c204 struct timeval throttle_start_IO_period_timestamp[THROTTLE_LEVEL_END + 1]; member in struct:_throttle_io_info_t
908 info->throttle_start_IO_period_timestamp[wakelevel--] = now;
963 target = info->throttle_start_IO_period_timestamp[level];
1055 timevalsub(&elapsed, &info->throttle_start_IO_period_timestamp[THROTTLE_LEVEL_THROTTLED]);
1065 timevalsub(&elapsed, &info->throttle_start_IO_period_timestamp[wake_level]);
1135 info->throttle_start_IO_period_timestamp[mylevel] = info->throttle_last_IO_timestamp[mylevel];

Completed in 23 milliseconds