Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c654 static int max_free_slots; variable
707 max_free_slots = free_slots = MAX(2, boot_ncpus); in run_sweep()
770 VERIFY(free_slots <= max_free_slots); in run_sweep()
771 while (free_slots < max_free_slots) { in run_sweep()