Home
last modified time | relevance | path

Searched refs:THROTTLE_NOW (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dsystm.h253 #define THROTTLE_NOW 2 macro
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cluster.c2721 if ((flags & IO_RETURN_ON_THROTTLE) && throttle_type == THROTTLE_NOW) { in cluster_write_direct()
4275 if (cluster_is_throttled(vp) == THROTTLE_NOW) { in cluster_read_copy()
5044 if (cluster_is_throttled(vp) == THROTTLE_NOW) { in cluster_read_direct()
/xnu-10063.101.15/bsd/miscfs/specfs/
H A Dspec_vnops.c1884 return THROTTLE_NOW; in throttle_io_will_be_throttled_internal()