Searched refs:THROTTLE_LEVEL_END (Results 1 – 7 of 7) sorted by relevance
194 int throttle_windows_msecs[THROTTLE_LEVEL_END + 1] = {201 int throttle_io_period_msecs[THROTTLE_LEVEL_END + 1] = {208 int throttle_io_period_ssd_msecs[THROTTLE_LEVEL_END + 1] = {216 int throttled_count[THROTTLE_LEVEL_END + 1];223 …struct timeval throttle_window_start_timestamp[THROTTLE_LEVEL_END + 1]; /* window starts at both …224 struct timeval throttle_last_IO_timestamp[THROTTLE_LEVEL_END + 1];225 pid_t throttle_last_IO_pid[THROTTLE_LEVEL_END + 1];226 struct timeval throttle_start_IO_period_timestamp[THROTTLE_LEVEL_END + 1];227 int32_t throttle_inflight_count[THROTTLE_LEVEL_END + 1];229 …TAILQ_HEAD(, uthread) throttle_uthlist[THROTTLE_LEVEL_END + 1]; /* Lists of throttled uthr…[all …]
154 #define THROTTLE_LEVEL_END 3 macro
67 const int thread_default_iotier_override = THROTTLE_LEVEL_END;
10041 iotier < THROTTLE_LEVEL_START || iotier > THROTTLE_LEVEL_END) { in task_test_async_upcall_propagation()
834 kqueue_set_iotier_override(kq, THROTTLE_LEVEL_END); in filt_portdetach()
858 port->ip_kernel_iotier_override = THROTTLE_LEVEL_END; in ipc_port_init()3449 uint8_t iotier = THROTTLE_LEVEL_END; in ipc_port_reset_thread_attr()
3280 return THROTTLE_LEVEL_END; in kqueue_get_iotier_override()3481 os_atomic_store(&kqwl->kqwl_iotier_override, (uint8_t)THROTTLE_LEVEL_END, relaxed); in kqworkloop_init()6314 thread_update_servicer_iotier_override(thread, THROTTLE_LEVEL_END);