Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h88 uint64_t mg_free_capacity; /* percentage free */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c438 mg->mg_free_capacity = ((vs->vs_space - vs->vs_alloc) * 100) / in metaslab_group_alloc_update()
447 mg->mg_allocatable = (mg->mg_free_capacity > zfs_mg_noalloc_threshold && in metaslab_group_alloc_update()
766 return ((mg->mg_free_capacity > zfs_mg_noalloc_threshold && in metaslab_group_allocatable()