Home
last modified time | relevance | path

Searched refs:antType (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_parityloggingdags.c216 rodNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
224 syncNode->antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
230 syncNode->antType[1 + i] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
238 xorNode->antType[0] = rf_trueData; /* carry forward from sync */ in rf_CommonCreateParityLoggingLargeWriteDAG()
245 wndNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
253 lpoNode->antType[0] = rf_trueData; in rf_CommonCreateParityLoggingLargeWriteDAG()
261 unblockNode->antType[i] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
268 unblockNode->antType[nWndNodes] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
276 termNode->antType[0] = rf_control; in rf_CommonCreateParityLoggingLargeWriteDAG()
523 readDataNodes[i].antType[0] = rf_control; in rf_CommonCreateParityLoggingSmallWriteDAG()
[all …]
Drf_dagffwr.c417 tmpNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
423 xorNode->antType[i] = rf_trueData; in rf_CommonCreateLargeWriteDAG()
432 xorNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
440 commitNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
449 tmpNode->antType[0] = rf_control; in rf_CommonCreateLargeWriteDAG()
455 wnpNode->antType[0] = rf_trueData; in rf_CommonCreateLargeWriteDAG()
461 wnqNode->antType[0] = rf_trueData; in rf_CommonCreateLargeWriteDAG()
472 termNode->antType[i] = rf_control; in rf_CommonCreateLargeWriteDAG()
478 termNode->antType[nWndNodes] = rf_control; in rf_CommonCreateLargeWriteDAG()
484 termNode->antType[nWndNodes + 1] = rf_control; in rf_CommonCreateLargeWriteDAG()
[all …]
Drf_dagffrd.c260 tmpdiskNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
266 commitNode->antType[i] = rf_control; in rf_CreateNonredundantDAG()
275 termNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
283 commitNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
294 tmpdiskNode->antType[0] = rf_control; in rf_CreateNonredundantDAG()
300 termNode->antType[i] = rf_control; in rf_CreateNonredundantDAG()
418 tmpreadNode->antType[0] = rf_control; in CreateMirrorReadDAG()
429 commitNode->antType[i] = rf_control; in CreateMirrorReadDAG()
439 termNode->antType[0] = rf_control; in CreateMirrorReadDAG()
Drf_dagdegwr.c482 tmprrdNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
493 xorNode->antType[i] = rf_trueData; in rf_CommonCreateSimpleDegradedWriteDAG()
502 commitNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
511 tmpwndNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
519 wnpNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
525 wnqNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
535 unblockNode->antType[i] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
543 unblockNode->antType[nWndNodes] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
551 unblockNode->antType[nWndNodes + 1] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
560 termNode->antType[0] = rf_control; in rf_CommonCreateSimpleDegradedWriteDAG()
[all …]
Drf_dagdegrd.c211 rdNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
218 commitNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
226 termNode->antType[0] = rf_control; in rf_CreateRaidOneDegradedReadDAG()
500 rpNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
506 tmprrdNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
514 tmprudNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
523 xorNode->antType[0] = rf_trueData; in rf_CreateDegradedReadDAG()
529 xorNode->antType[1 + i] = rf_trueData; in rf_CreateDegradedReadDAG()
537 xorNode->antType[1 + nRrdNodes + i] = rf_trueData; in rf_CreateDegradedReadDAG()
546 commitNode->antType[0] = rf_control; in rf_CreateDegradedReadDAG()
[all …]
Drf_parityscan.c472 unblockNode->antType[i] = rf_control; in rf_MakeSimpleDAG()
476 tmpNode->antType[0] = rf_control; in rf_MakeSimpleDAG()
482 termNode->antType[0] = rf_control; in rf_MakeSimpleDAG()
Drf_dag.h112 RF_AntecedentType_t antType[RF_MAX_ANTECEDENTS]; /* type of each member
Drf_pqdegdags.c107 (node)->antType[0] = rf_control
Drf_engine.c468 … if ((s->antType[j] == rf_trueData) && (s->antecedents[j]->status == rf_bad)) in PropagateResults()
Drf_dagutils.c567 switch (node->antType[i]) { in rf_RecurPrintDAG()