Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c835 static int max_free_slots; variable
888 max_free_slots = free_slots = MAX(2, boot_ncpus); in run_sweep()
951 VERIFY(free_slots <= max_free_slots); in run_sweep()
952 while (free_slots < max_free_slots) { in run_sweep()