Searched defs:zfs_vdev_async_write_min_active (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c96 * |------------o | | <-- zfs_vdev_async_write_min_active
146 uint32_t zfs_vdev_async_write_min_active = 1; variable
153 * dirty data, use zfs_vdev_async_write_min_active. When it has more than
393 return (zfs_vdev_async_write_min_active);
421 return (zfs_vdev_async_write_min_active);
433 zfs_vdev_async_write_min_active) /
435 zfs_vdev_async_write_min_active;
436 ASSERT3U(writes, >=, zfs_vdev_async_write_min_active);

Completed in 59 milliseconds