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

  /src/sys/dev/raidframe/
rf_general.h 71 #define RF_MIN(a,b) (((a) < (b)) ? (a) : (b))
rf_dagfuncs.c 586 longs_this_time = RF_MIN(len, RF_MIN(RF_BLIP(pg_src), RF_BLIP(pg_dest)) >> RF_LONGSHIFT); /* note len in longwords */
691 longs_this_time = RF_MIN(len, RF_MIN(RF_BLIP(a), RF_MIN(RF_BLIP(b), RF_MIN(RF_BLIP(c), RF_BLIP(dst)))) >> RF_LONGSHIFT);
rf_reconmap.c 206 mapPtr->status[ru] = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), (p == RU_NOTHING) ? NULL : p);
213 pt->next = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), p);
218 startSector = RF_MIN(stopSector, last_in_RU) + 1;
rf_cvscan.c 227 range = RF_MIN(hdr->range_for_avg, RF_MIN(hdr->left_cnt, hdr->right_cnt));
rf_map.c 145 stripeEndAddress = RF_MIN(endAddress, stripeRealEndAddress);
182 pda_p->numSector = RF_MIN(endAddress, nextStripeUnitAddress) - raidAddress;
189 raidAddress = RF_MIN(endAddress, nextStripeUnitAddress);
rf_dagutils.c 1038 return ((RF_MAX(soffs, doffs) <= RF_MIN(send, dend)) ? 1 : 0);
1092 sosEndAddr = RF_MIN(asmap->raidAddress, rf_RaidAddressOfPrevStripeUnitBoundary(layoutPtr, failedPDA->raidAddress));
1202 dest->numSector = subAddr + RF_MIN(send, dend) + 1 - dest->startSector;
rf_stripelocks.c 113 (RF_MAX(_strt1, _strt2) <= RF_MIN(_stop1, _stop2)) )
rf_evenodd_dagfuncs.c 734 startSector = RF_MIN(pda0->startSector, pda1->startSector);
  /src/sbin/raidctl/
rf_configure.c 75 #define RF_MIN(a,b) (((a) < (b)) ? (a) : (b))
234 RF_MIN(sizeof(cfgPtr->diskQueueType), strlen(buf1) + 1));

Completed in 18 milliseconds