Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c377 extern uint64_t metaslab_df_alloc_threshold;
379 &metaslab_df_alloc_threshold, 0,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c164 uint64_t metaslab_df_alloc_threshold = SPA_OLD_MAXBLOCKSIZE; variable
1663 if (metaslab_largest_allocatable(msp) < metaslab_df_alloc_threshold || in metaslab_df_alloc()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c218 extern uint64_t metaslab_df_alloc_threshold;
7813 metaslab_df_alloc_threshold = in main()