Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c708 double best_worst_ratio = 1000.0; in eval_maps() local
740 if (best_map == NULL || worst_ratio < best_worst_ratio) { in eval_maps()
746 best_worst_ratio = worst_ratio; in eval_maps()
765 *best_ratiop = best_worst_ratio; in eval_maps()