Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c645 #define SWEEP_ERROR 2 macro
674 sweep_state = SWEEP_ERROR; in sweep_thread()
775 if (sweep_state == SWEEP_ERROR) { in run_sweep()
789 return (sweep_state == SWEEP_ERROR ? SWEEP_ERROR : 0); in run_sweep()