Searched refs:reintInProgress (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_paritylog.h148 rf_declare_mutex2(reintMutex); /* protects: reintInProgress */
149 int reintInProgress;/* flag used to suspend flushing operations */ member in struct:RF_RegionInfo_s
H A Drf_paritylog.c547 * 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;
H A Drf_paritylogDiskMgr.c519 /* process blocked log data and clear reintInProgress flag for
532 raidPtr->regionInfo[regionID].reintInProgress = RF_FALSE;
H A Drf_paritylogging.c408 raidPtr->regionInfo[i].reintInProgress = RF_FALSE;

Completed in 366 milliseconds