Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_dagffwr.c471 RF_DagNode_t *readDataNodes, *readParityNodes, *readQNodes, *termNode; in rf_CommonCreateSmallWriteDAG() local
560 readQNodes = &nodes[i]; in rf_CommonCreateSmallWriteDAG()
573 readQNodes = writeQNodes = qNodes = unlockQNodes = NULL; in rf_CommonCreateSmallWriteDAG()
645 rf_InitNode(&readQNodes[i], rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
649 readQNodes[i].params[0].p = pda; in rf_CommonCreateSmallWriteDAG()
651 readQNodes[i].params[1].p = rf_AllocBuffer(raidPtr, in rf_CommonCreateSmallWriteDAG()
653 readQNodes[i].params[2].v = parityStripeID; in rf_CommonCreateSmallWriteDAG()
654 readQNodes[i].params[3].v = in rf_CommonCreateSmallWriteDAG()
658 for (j = 0; j < readQNodes[i].numSuccedents; j++) { in rf_CommonCreateSmallWriteDAG()
659 readQNodes[i].propList[0] = NULL; in rf_CommonCreateSmallWriteDAG()
[all …]