Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsystm.h255 #define THROTTLE_NOW 2 macro
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_cluster.c2695 if ((flags & IO_RETURN_ON_THROTTLE) && throttle_type == THROTTLE_NOW) { in cluster_write_direct()
4245 if (cluster_is_throttled(vp) == THROTTLE_NOW) { in cluster_read_copy()
5006 if (cluster_is_throttled(vp) == THROTTLE_NOW) { in cluster_read_direct()
/xnu-8020.101.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1839 return THROTTLE_NOW; in throttle_io_will_be_throttled_internal()