HomeSort by: relevance | last modified time | path
    Searched defs:recon_error (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_reconstruct.c 579 int recon_error, write_error; local in function:rf_ContinueReconstructFailedDisk
624 recon_error = 0;
651 recon_error = 1;
731 recon_error = 1;
755 if (recon_error) {
782 while (!recon_error && (num_writes < pending_writes)) {
788 recon_error = 1;
795 if (recon_error ||
824 while (!recon_error && rf_UnitsLeftToReconstruct(raidPtr->reconControl->reconMap) > 0) {
830 recon_error = 1
    [all...]
rf_reconstruct.c 579 int recon_error, write_error; local in function:rf_ContinueReconstructFailedDisk
624 recon_error = 0;
651 recon_error = 1;
731 recon_error = 1;
755 if (recon_error) {
782 while (!recon_error && (num_writes < pending_writes)) {
788 recon_error = 1;
795 if (recon_error ||
824 while (!recon_error && rf_UnitsLeftToReconstruct(raidPtr->reconControl->reconMap) > 0) {
830 recon_error = 1
    [all...]

Completed in 23 milliseconds