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

  /src/sys/dev/raidframe/
rf_declusterPQ.c 82 raidPtr->noRotate = *((int *) cfgBuf);
98 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) {
315 if (!raidPtr->noRotate) {
375 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID;
425 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID;
rf_decluster.c 113 raidPtr->noRotate = *((int *) cfgBuf);
119 if ((layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) {
346 if (!raidPtr->noRotate)
408 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->PUsPerBlock - TableID;
rf_raid.h 286 int noRotate;

Completed in 13 milliseconds