Searched refs:async_throttle (Results 1 – 1 of 1) sorted by relevance
1457 int async_throttle = 0; in cluster_io() local1583 async_throttle = calculate_max_throttle_cnt(vp); in cluster_io()1586 async_throttle = IO_SCALE(vp, VNODE_ASYNC_THROTTLE); in cluster_io()1619 …async_throttle = min(IO_SCALE(vp, VNODE_ASYNC_THROTTLE), ((scale * max_cluster_size) / max_cluster… in cluster_io()2291 (void)vnode_waitforwrites(vp, async_throttle, 0, 0, "cluster_io"); in cluster_io()