Lines Matching refs:THROTTLE_LEVEL_END
189 int throttle_windows_msecs[THROTTLE_LEVEL_END + 1] = {
196 int throttle_io_period_msecs[THROTTLE_LEVEL_END + 1] = {
203 int throttle_io_period_ssd_msecs[THROTTLE_LEVEL_END + 1] = {
211 int throttled_count[THROTTLE_LEVEL_END + 1];
218 …struct timeval throttle_window_start_timestamp[THROTTLE_LEVEL_END + 1]; /* window starts at both …
219 struct timeval throttle_last_IO_timestamp[THROTTLE_LEVEL_END + 1];
220 pid_t throttle_last_IO_pid[THROTTLE_LEVEL_END + 1];
221 struct timeval throttle_start_IO_period_timestamp[THROTTLE_LEVEL_END + 1];
222 int32_t throttle_inflight_count[THROTTLE_LEVEL_END + 1];
224 …TAILQ_HEAD(, uthread) throttle_uthlist[THROTTLE_LEVEL_END + 1]; /* Lists of throttled uthr…
1064 …for (throttle_level = THROTTLE_LEVEL_START; throttle_level < THROTTLE_LEVEL_END; throttle_level++)… in throttle_timer_start()
1069 for (level = throttle_level + 1; level <= THROTTLE_LEVEL_END; level++) { in throttle_timer_start()
1102 for (level = throttle_level + 1; level <= THROTTLE_LEVEL_END; level++) { in throttle_timer_start()
1207 for (level = THROTTLE_LEVEL_START; level < THROTTLE_LEVEL_END; level++) { in throttle_timer()
1224 info->throttle_next_wake_level = THROTTLE_LEVEL_END; in throttle_timer()
1232 wake_level = THROTTLE_LEVEL_END; in throttle_timer()
1299 if (level == THROTTLE_LEVEL_END) { in throttle_add_to_list()
1437 for (level = 0; level <= THROTTLE_LEVEL_END; level++) { in throttle_init()
1442 info->throttle_next_wake_level = THROTTLE_LEVEL_END; in throttle_init()
1553 for (level = 0; level <= THROTTLE_LEVEL_END; level++) { in throttle_info_create()
1556 info->throttle_next_wake_level = THROTTLE_LEVEL_END; in throttle_info_create()
1978 if (throttle_add_to_list(info, ut, mylevel, insert_tail) == THROTTLE_LEVEL_END) { in throttle_lowpri_io()
1982 assert(throttling_level >= THROTTLE_LEVEL_START && throttling_level <= THROTTLE_LEVEL_END); in throttle_lowpri_io()