Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_reconstruct.c223 while (raidPtr->reconInProgress) { in rf_ReconstructFailedDisk()
226 raidPtr->reconInProgress++; in rf_ReconstructFailedDisk()
230 raidPtr->reconInProgress--; in rf_ReconstructFailedDisk()
397 while (raidPtr->reconInProgress) { in rf_ReconstructInPlace()
401 raidPtr->reconInProgress++; in rf_ReconstructInPlace()
416 raidPtr->reconInProgress--; in rf_ReconstructInPlace()
461 raidPtr->reconInProgress--; in rf_ReconstructInPlace()
474 raidPtr->reconInProgress--; in rf_ReconstructInPlace()
553 raidPtr->reconInProgress--; in rf_ReconstructInPlace()
H A Drf_raid.h190 int reconInProgress; member
H A Drf_driver.c240 while (raidPtr->reconInProgress) { in rf_Shutdown()