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

  /src/sys/dev/raidframe/
rf_reconmap.c 98 p->status_size = RF_RECONMAP_SIZE;
99 p->high_ru = p->status_size - 1;
102 p->status = RF_Malloc(p->status_size * sizeof(*p->status));
186 if (mapPtr->head >= mapPtr->status_size)
192 if (ru >= mapPtr->status_size)
193 ru = ru - mapPtr->status_size;
195 if ((ru < 0) || (ru >= mapPtr->status_size)) {
326 for (i = 0; i < mapPtr->status_size; i++) {
339 RF_Free(mapPtr->status, mapPtr->status_size *
363 if (i >= mapPtr->status_size)
    [all...]
rf_reconmap.h 61 RF_ReconUnitCount_t status_size; /* number of recon units in status */ member in struct:RF_ReconMap_s

Completed in 15 milliseconds