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

  /src/sys/dev/raidframe/
rf_reconbuffer.c 164 ((pssPtr->xorBufCount == rf_numBufsToAccumulate - 1) || (targetRbuf->count + pssPtr->xorBufCount + 1 == layoutPtr->numDataCol))) {
165 pssPtr->rbufsForXor[pssPtr->xorBufCount++] = rbuf; /* install this buffer */
166 Dprintf2("RECON: col %d invoking a %d-way XOR\n", rbuf->col, pssPtr->xorBufCount);
282 pssPtr->rbufsForXor[pssPtr->xorBufCount++] = t; /* install this buffer */
299 int i, numBufs = pssPtr->xorBufCount;
329 targetRbuf->count += pssPtr->xorBufCount;
330 pssPtr->xorBufCount = 0;
rf_psstatus.h 85 int xorBufCount; /* num buffers waiting to be xored */
rf_psstatus.c 174 p->xorBufCount = 0;
rf_reconutil.c 287 for (j = 0; j < p->xorBufCount; j++) {

Completed in 21 milliseconds