Lines Matching defs:dirty
76 * according to the amount of dirty data in the pool (see dsl_pool.c). Since
82 * async write queue as there's more dirty data in the pool.
103 * Until the amount of dirty data exceeds a minimum percentage of the dirty
107 * the specified maximum percentage of the dirty data allowed in the pool.
109 * Ideally, the amount of dirty data on a busy pool will stay in the sloped
153 * dirty data, use zfs_vdev_async_write_min_active. When it has more than
406 uint64_t dirty = spa->spa_dsl_pool->dp_dirty_total;
420 if (dirty < min_bytes)
422 if (dirty > max_bytes)
431 writes = (dirty - min_bytes) *