HomeSort by: relevance | last modified time | path
    Searched refs:totalRUs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/raidframe/
rf_reconmap.h 52 RF_ReconUnitCount_t totalRUs; /* total recon units on disk */
rf_reconmap.c 94 p->totalRUs = num_rus;
390 100 / mapPtr->totalRUs);
rf_reconstruct.c 605 raidPtr->reconControl->numRUsTotal = mapPtr->totalRUs;
764 mapPtr->totalRUs;
766 mapPtr->totalRUs -
835 raidPtr->reconControl->percentComplete = 100 - (rf_UnitsLeftToReconstruct(mapPtr) * 100 / mapPtr->totalRUs);

Completed in 13 milliseconds