Home
last modified time | relevance | path

Searched refs:zfs_mg_noalloc_threshold (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDmetaslab.c105 int zfs_mg_noalloc_threshold = 0; variable
106 TUNABLE_INT("vfs.zfs.mg_noalloc_threshold", &zfs_mg_noalloc_threshold);
108 &zfs_mg_noalloc_threshold, 0,
555 mg->mg_allocatable = (mg->mg_free_capacity > zfs_mg_noalloc_threshold && in metaslab_group_alloc_update()
876 return ((mg->mg_free_capacity > zfs_mg_noalloc_threshold && in metaslab_group_allocatable()