Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/miscfs/specfs/
H A Dspec_vnops.c189 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…
[all …]
/xnu-8796.121.2/osfmk/kern/
H A Dpolicy_internal.h153 #define THROTTLE_LEVEL_END 3 macro
H A Dthread_policy.c67 const int thread_default_iotier_override = THROTTLE_LEVEL_END;
H A Dtask.c8973 iotier < THROTTLE_LEVEL_START || iotier > THROTTLE_LEVEL_END) { in task_test_async_upcall_propagation()
/xnu-8796.121.2/osfmk/ipc/
H A Dipc_pset.c791 kqueue_set_iotier_override(kq, THROTTLE_LEVEL_END); in filt_machportdetach()
H A Dipc_port.c779 port->ip_kernel_iotier_override = THROTTLE_LEVEL_END; in ipc_port_init()
3378 uint8_t iotier = THROTTLE_LEVEL_END; in ipc_port_reset_thread_attr()
/xnu-8796.121.2/bsd/kern/
H A Dkern_event.c3211 return THROTTLE_LEVEL_END; in kqueue_get_iotier_override()
3396 os_atomic_store(&kqwl->kqwl_iotier_override, (uint8_t)THROTTLE_LEVEL_END, relaxed); in kqworkloop_init()
5759 thread_update_servicer_iotier_override(thread, THROTTLE_LEVEL_END); in kqworkloop_unbind_locked()