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

/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1316 int throttle_type = 0; local
1337 while ( (throttle_type = throttle_io_will_be_throttled_internal(info)) ) {
1339 if (throttle_type == 1) {
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c504 int throttle_type = 0; local
506 if ( (throttle_type = throttle_io_will_be_throttled(-1, vp->v_mount)) )
507 return(throttle_type);
2216 int throttle_type; local
2218 if ( (throttle_type = cluster_hard_throttle_on(vp, 1)) ) {
2224 if ( (flags & IO_RETURN_ON_THROTTLE) && throttle_type == 2) {

Completed in 24 milliseconds