Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c590 extern uint64_t metaslab_df_alloc_threshold;
594 CTLFLAG_RWTUN, &metaslab_df_alloc_threshold, 0,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c167 uint64_t metaslab_df_alloc_threshold = SPA_OLD_MAXBLOCKSIZE; variable
1761 if (metaslab_largest_allocatable(msp) < metaslab_df_alloc_threshold || in metaslab_df_alloc()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c267 extern uint64_t metaslab_df_alloc_threshold;
8882 metaslab_df_alloc_threshold = in main()