Home
last modified time | relevance | path

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

/netbsd/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()
398 while (raidPtr->reconInProgress) { in rf_ReconstructInPlace()
402 raidPtr->reconInProgress++; in rf_ReconstructInPlace()
417 raidPtr->reconInProgress--; in rf_ReconstructInPlace()
462 raidPtr->reconInProgress--; in rf_ReconstructInPlace()
475 raidPtr->reconInProgress--; in rf_ReconstructInPlace()
555 raidPtr->reconInProgress--; in rf_ReconstructInPlace()
H A Drf_raid.h189 int reconInProgress; member
H A Drf_driver.c241 while (raidPtr->reconInProgress) { in rf_Shutdown()