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

  /src/sys/dev/raidframe/
rf_reconmap.h 57 RF_ReconUnitCount_t high_ru; /* highest reconstruction unit number member in struct:RF_ReconMap_s
rf_reconmap.c 99 p->high_ru = p->status_size - 1;
156 while (i > mapPtr->high_ru) {
172 raidPtr->raidid, mapPtr->low_ru, mapPtr->high_ru);
179 mapPtr->high_ru++;
197 raidPtr->raidid, i, ru, mapPtr->head, mapPtr->low_ru, mapPtr->high_ru);
359 else if (i > mapPtr->high_ru)

Completed in 16 milliseconds