Home
last modified time | relevance | path

Searched refs:throttle_type (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c1963 int throttle_type = 0; in throttle_lowpri_io() local
2003 …while ((throttle_type = throttle_io_will_be_throttled_internal(info, &mylevel, &throttling_level))… in throttle_lowpri_io()
2004 if (throttle_type == THROTTLE_ENGAGED) { in throttle_lowpri_io()
2150 int throttle_type = throttle_io_will_be_throttled_internal(info, NULL, NULL); in throttle_lowpri_io_will_be_throttled() local
2151 if (throttle_type > THROTTLE_DISENGAGED) { in throttle_lowpri_io_will_be_throttled()
2153 if ((throttle_type == THROTTLE_ENGAGED) && (sleep_amount == 0)) { in throttle_lowpri_io_will_be_throttled()
/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c3035 int throttle_type; in cluster_write_direct() local
3037 if ((throttle_type = cluster_is_throttled(vp))) { in cluster_write_direct()
3045 if ((flags & IO_RETURN_ON_THROTTLE) && throttle_type == THROTTLE_NOW) { in cluster_write_direct()