Searched defs:RF_ParityLogDiskQueue_s (Results 1 – 1 of 1) sorted by relevance
110 struct RF_ParityLogDiskQueue_s { struct113 int threadState; /* is thread running, should it shutdown (see115 RF_ParityLog_t *flushQueue; /* list of parity logs to be flushed117 RF_ParityLog_t *reintQueue; /* list of parity logs waiting to be119 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, blocked129 RF_ParityLogData_t *logBlockTail;[all …]