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

  /src/sys/dev/raidframe/
rf_paritylog.h 148 rf_declare_mutex2(reintMutex); /* protects: reintInProgress */
149 int reintInProgress;/* flag used to suspend flushing operations */
rf_paritylog.c 547 * reintegration work. Set the flag (reintInProgress) for the
552 raidPtr->regionInfo[regionID].reintInProgress = RF_TRUE; /* cleared when reint
618 if (raidPtr->regionInfo[regionID].reintInProgress) {
703 RF_ASSERT(raidPtr->regionInfo[regionID].reintInProgress == RF_TRUE);
705 raidPtr->regionInfo[regionID].reintInProgress = RF_FALSE;
rf_paritylogDiskMgr.c 519 /* process blocked log data and clear reintInProgress flag for
532 raidPtr->regionInfo[regionID].reintInProgress = RF_FALSE;
rf_paritylogging.c 408 raidPtr->regionInfo[i].reintInProgress = RF_FALSE;

Completed in 21 milliseconds