Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c426 extern uint64_t metaslab_df_alloc_threshold;
428 &metaslab_df_alloc_threshold, 0,
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c164 uint64_t metaslab_df_alloc_threshold = SPA_OLD_MAXBLOCKSIZE; variable
1683 if (metaslab_largest_allocatable(msp) < metaslab_df_alloc_threshold || in metaslab_df_alloc()
/freebsd-13.1/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c253 extern uint64_t metaslab_df_alloc_threshold;
8034 metaslab_df_alloc_threshold = in main()