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

  /src/sys/dev/raidframe/
rf_psstatus.c 175 p->blockCount = 0;
186 p->blockCount++;/* if we're asking to block recon, bump the
189 raidPtr->raidid, psID, p->blockCount);
305 printf("PSID %ld RU %d : blockCount %d %d/%d/%d proc/block/buf waiting, issued ",
306 (long) p->parityStripeID, p->which_ru, p->blockCount, procsWaiting, blocksWaiting, bufsWaiting);
rf_psstatus.h 86 int blockCount; /* count of # proc that have blocked recon on
rf_reconstruct.c 1914 pssPtr->blockCount--;
1915 Dprintf3("raid%d: unblocking recon on psid %ld: blockcount is %d\n",
1916 raidPtr->raidid, psid, pssPtr->blockCount);
1917 if (pssPtr->blockCount == 0) { /* if recon blockage has been released */

Completed in 15 milliseconds