X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a991bd8d3e7fe02dbca0644054bab73c5b75324a..HEAD:/bsd/sys/systm.h diff --git a/bsd/sys/systm.h b/bsd/sys/systm.h index 8066c95f8..ee460934b 100644 --- a/bsd/sys/systm.h +++ b/bsd/sys/systm.h @@ -232,7 +232,8 @@ uint32_t throttle_lowpri_io(int sleep_amount); /* returns TRUE if the throttle_lowpri_io called with the same sleep_amount would've slept */ int throttle_lowpri_io_will_be_throttled(int sleep_amount); void throttle_set_thread_io_policy(int policy); -int throttle_get_thread_effective_io_policy(void); +int throttle_get_thread_effective_io_policy(void); +int throttle_thread_io_tier_above_metadata(void); typedef struct __throttle_info_handle *throttle_info_handle_t; int throttle_info_ref_by_mask(uint64_t throttle_mask, throttle_info_handle_t *throttle_info_handle);