Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c574 extern uint64_t metaslab_df_alloc_threshold;
577 CTLFLAG_RWTUN, &metaslab_df_alloc_threshold, 0,
/src/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c169 uint64_t metaslab_df_alloc_threshold = SPA_OLD_MAXBLOCKSIZE; variable
1917 if (metaslab_largest_allocatable(msp) < metaslab_df_alloc_threshold || in metaslab_df_alloc()
/src/sys/contrib/openzfs/cmd/
H A Dztest.c270 extern uint64_t metaslab_df_alloc_threshold;
9000 metaslab_df_alloc_threshold = in main()