Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c1197 int async_throttle = 0; in cluster_io() local
1307 async_throttle = THROTTLE_MAXCNT; in cluster_io()
1310 async_throttle = IO_SCALE(vp, VNODE_ASYNC_THROTTLE); in cluster_io()
1343async_throttle = min(IO_SCALE(vp, VNODE_ASYNC_THROTTLE), ((scale * max_cluster_size) / max_cluster… in cluster_io()
1960 (void)vnode_waitforwrites(vp, async_throttle, 0, 0, "cluster_io"); in cluster_io()