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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c166 static int cluster_hard_throttle_on(vnode_t vp, uint32_t);
502 cluster_hard_throttle_on(vnode_t vp, uint32_t hard_throttle) function
776 if (cluster_hard_throttle_on(vp, hard_throttle)) {
1017 if ( !(flags & CL_PAGEOUT) && cluster_hard_throttle_on(vp, 1)) {
2218 if ( (throttle_type = cluster_hard_throttle_on(vp, 1)) ) {
3552 if (cluster_hard_throttle_on(vp, 1)) {
3687 if (cluster_hard_throttle_on(vp, 0) == 2) {
3956 if (cluster_hard_throttle_on(vp, 1)) {
4146 if (cluster_hard_throttle_on(vp, 1)) {
4298 if (cluster_hard_throttle_on(v
[all...]

Completed in 20 milliseconds