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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c632 uint64_t delay_min_bytes = local
639 rv = (dp->dp_dirty_total > delay_min_bytes);
H A Ddmu_tx.c1107 uint64_t delay_min_bytes = local
1111 if (dirty <= delay_min_bytes)
1124 (dirty - delay_min_bytes) / (zfs_dirty_data_max - dirty);

Completed in 62 milliseconds