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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c402 uint_t zfs_arc_pool_dirty_percent = 20; /* each pool's anon allowance */ variable
6478 * if it exceeds zfs_arc_pool_dirty_percent of the anonymous dirty
6489 spa_dirty_anon > anon_size * zfs_arc_pool_dirty_percent / 100) {

Completed in 149 milliseconds