Searched refs:throttle_legacy_process_count (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c193 __private_extern__ int32_t throttle_legacy_process_count = 0; variable
756 #define THROTTLE_WINDOW (throttle_legacy_process_count == 0 ? lowpri_throttle_window_msecs : lowpri_legacy_throttle_window_msecs)
775 SYSCTL_INT(_debug, OID_AUTO, lowpri_legacy_process_count, CTLFLAG_RD | CTLFLAG_LOCKED, &throttle_legacy_process_count, 0, "");
1610 OSIncrementAtomic(&throttle_legacy_process_count);
1616 OSDecrementAtomic(&throttle_legacy_process_count);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c274 extern int32_t throttle_legacy_process_count;
283 #define THROTTLE_MAX_IOSIZE (throttle_legacy_process_count == 0 ? hard_throttle_max_iosize : legacy_hard_throttle_max_iosize)

Completed in 23 milliseconds