Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_paritylog.h110 struct RF_ParityLogDiskQueue_s { struct
113 int threadState; /* is thread running, should it shutdown (see
115 RF_ParityLog_t *flushQueue; /* list of parity logs to be flushed
117 RF_ParityLog_t *reintQueue; /* list of parity logs waiting to be
119 RF_ParityLogData_t *bufHead; /* head of FIFO list of log data,
121 RF_ParityLogData_t *bufTail; /* tail of FIFO list of log data,
123 RF_ParityLogData_t *reintHead; /* head of FIFO list of log data,
125 RF_ParityLogData_t *reintTail; /* tail of FIFO list of log data,
127 RF_ParityLogData_t *logBlockHead; /* queue of work, blocked
129 RF_ParityLogData_t *logBlockTail;
[all …]