Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c592 static int max_free_slots; variable
645 max_free_slots = free_slots = MAX(2, boot_ncpus); in run_sweep()
706 VERIFY(free_slots <= max_free_slots); in run_sweep()
707 while (free_slots < max_free_slots) { in run_sweep()