Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/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
85 int xorBufCount; /* num buffers waiting to be xored */
86 int blockCount; /* count of # proc that have blocked recon on
90 RF_CallbackDesc_t *procWaitList; /* list of user procs waiting
92 RF_CallbackDesc_t *blockWaitList; /* list of disks blocked
[all …]