Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c660 #define SWEEP_ERROR 2 macro
689 sweep_state = SWEEP_ERROR; in sweep_thread()
790 if (sweep_state == SWEEP_ERROR) { in run_sweep()
804 return (sweep_state == SWEEP_ERROR ? SWEEP_ERROR : 0); in run_sweep()