Searched refs:throttle_io_will_be_throttled (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dmount_internal.h470 int throttle_io_will_be_throttled(int lowpri_window_msecs, mount_t mp);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c400 if (throttle_io_will_be_throttled(ut->uu_lowpri_window, HFSTOVFS(hfsmp)))
H A Dhfs_readwrite.c1075 if (throttle_io_will_be_throttled(-1, HFSTOVFS(hfsmp)))
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1293 throttle_io_will_be_throttled(__unused int lowpri_window_msecs, mount_t mp) function
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c506 if ( (throttle_type = throttle_io_will_be_throttled(-1, vp->v_mount)) )

Completed in 175 milliseconds