Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dsystm.h265 #define THROTTLE_NOW 2 macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c3045 if ((flags & IO_RETURN_ON_THROTTLE) && throttle_type == THROTTLE_NOW) { in cluster_write_direct()
4622 if (cluster_is_throttled(vp) == THROTTLE_NOW) { in cluster_read_copy()
5397 if (cluster_is_throttled(vp) == THROTTLE_NOW) { in cluster_read_direct()
/xnu-11215.81.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1888 return THROTTLE_NOW; in throttle_io_will_be_throttled_internal()