Home
last modified time | relevance | path

Searched refs:THROTTLE_LEVEL_END (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.140.69/bsd/miscfs/specfs/
H A Dspec_vnops.c194 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 …]
/xnu-11417.140.69/osfmk/kern/
H A Dpolicy_internal.h154 #define THROTTLE_LEVEL_END 3 macro
H A Dthread_policy.c67 const int thread_default_iotier_override = THROTTLE_LEVEL_END;
H A Dtask.c10041 iotier < THROTTLE_LEVEL_START || iotier > THROTTLE_LEVEL_END) { in task_test_async_upcall_propagation()
/xnu-11417.140.69/osfmk/ipc/
H A Dipc_pset.c834 kqueue_set_iotier_override(kq, THROTTLE_LEVEL_END); in filt_portdetach()
H A Dipc_port.c858 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()
/xnu-11417.140.69/bsd/kern/
H A Dkern_event.c3280 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);