Searched refs:zfs_mg_noalloc_threshold (Results 1 – 1 of 1) sorted by relevance
105 int zfs_mg_noalloc_threshold = 0; variable106 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()