Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h408 avl_tree_t ms_allocatable_by_size; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c1223 avl_tree_t *t = &msp->ms_allocatable_by_size; in metaslab_block_maxsize()
1334 avl_numnodes(&msp->ms_allocatable_by_size)); in metaslab_df_alloc()
1345 t = &msp->ms_allocatable_by_size; in metaslab_df_alloc()
1369 avl_tree_t *t = &msp->ms_allocatable_by_size; in metaslab_cf_alloc()
1382 rs = avl_last(&msp->ms_allocatable_by_size); in metaslab_cf_alloc()
1427 avl_numnodes(&msp->ms_allocatable_by_size)); in metaslab_ndf_alloc()
1437 t = &msp->ms_allocatable_by_size; in metaslab_ndf_alloc()
1590 ms->ms_allocatable = range_tree_create_impl(&rt_avl_ops, &ms->ms_allocatable_by_size, in metaslab_init()
2307 if (avl_is_empty(&msp->ms_allocatable_by_size) || in metaslab_should_condense()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c871 avl_tree_t *t = &msp->ms_allocatable_by_size; in dump_metaslab_stats()