Home
last modified time | relevance | path

Searched defs:RF_ReconParityStripeStatus_s (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/raidframe/
H A Drf_psstatus.h74 struct RF_ReconParityStripeStatus_s { struct
75 RF_StripeNum_t parityStripeID; /* the parity stripe ID */
76 RF_ReconUnitNum_t which_ru; /* which reconstruction unit with the
78 RF_PSSFlags_t flags; /* flags indicating various conditions */
79 void *rbuf; /* this is the accumulating xor sum */
80 void *writeRbuf; /* DEBUG ONLY: a pointer to the rbuf after it
82 void *rbufsForXor[RF_PS_MAX_BUFS]; /* these are buffers still to
85 int xorBufCount; /* num buffers waiting to be xored */
86 int blockCount; /* count of # proc that have blocked recon on
92 RF_CallbackValueDesc_t *blockWaitList; /* list of disks blocked
[all …]