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

  /src/sys/dev/raidframe/
rf_paritylog.h 68 RF_ParityLogData_t *next;
69 RF_ParityLogData_t *prev;
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;
130 RF_ParityLogData_t *reintBlockHead; /* queue of work, blocked
133 RF_ParityLogData_t *reintBlockTail
    [all...]
rf_paritylog.c 101 static RF_ParityLogData_t *
104 RF_ParityLogData_t *data = NULL;
126 FreeParityLogData(RF_ParityLogData_t * data)
128 RF_ParityLogData_t *nextItem;
149 RF_ParityLogData_t * data,
150 RF_ParityLogData_t ** head,
151 RF_ParityLogData_t ** tail)
183 static RF_ParityLogData_t *
186 RF_ParityLogData_t ** head,
187 RF_ParityLogData_t ** tail
    [all...]
rf_dagfuncs.c 170 RF_ParityLogData_t *logData;
206 RF_ParityLogData_t *logData;
raidframevar.h 237 typedef struct RF_ParityLogData_s RF_ParityLogData_t;
rf_paritylogging.c 607 RF_ParityLogData_t *d;
625 RF_Free(d, sizeof(RF_ParityLogData_t));
rf_paritylogDiskMgr.c 489 RF_ParityLogData_t *logData, *logDataList;

Completed in 17 milliseconds