Lines Matching refs:tmpqNode
536 RF_DagNode_t *tmpwriteQNode, *tmpreadQNode, *tmpqNode, *readQNodes, in rf_CommonCreateSmallWriteDAG() local
825 tmpqNode = qNodes; in rf_CommonCreateSmallWriteDAG()
847 rf_InitNode(tmpqNode, rf_wait, RF_FALSE, in rf_CommonCreateSmallWriteDAG()
851 tmpqNode->params[0] = tmpreadDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
852 tmpqNode->params[1] = tmpreadDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
853 tmpqNode->params[2] = tmpreadQNode->params[0]; in rf_CommonCreateSmallWriteDAG()
854 tmpqNode->params[3] = tmpreadQNode->params[1]; in rf_CommonCreateSmallWriteDAG()
855 tmpqNode->params[4] = tmpwriteDataNode->params[0]; in rf_CommonCreateSmallWriteDAG()
856 tmpqNode->params[5] = tmpwriteDataNode->params[1]; in rf_CommonCreateSmallWriteDAG()
857 tmpqNode->params[6].p = raidPtr; in rf_CommonCreateSmallWriteDAG()
859 tmpqNode->results[0] = tmpreadQNode->params[1].p; in rf_CommonCreateSmallWriteDAG()
860 tmpqNode = tmpqNode->list_next; in rf_CommonCreateSmallWriteDAG()
963 tmpqNode = qNodes; in rf_CommonCreateSmallWriteDAG()
972 … tmpwriteQNode->params[1].p = tmpqNode->results[0]; /* buffer pointer for in rf_CommonCreateSmallWriteDAG()
980 tmpqNode = tmpqNode->list_next; in rf_CommonCreateSmallWriteDAG()
1045 tmpqNode = qNodes; in rf_CommonCreateSmallWriteDAG()
1047 … RF_ASSERT(tmpqNode->numAntecedents == numDataNodes + numParityNodes); in rf_CommonCreateSmallWriteDAG()
1048 tmpreadDataNode->succedents[numParityNodes + j] = tmpqNode; in rf_CommonCreateSmallWriteDAG()
1049 tmpqNode->antecedents[i] = tmpreadDataNode; in rf_CommonCreateSmallWriteDAG()
1050 tmpqNode->antType[i] = rf_trueData; in rf_CommonCreateSmallWriteDAG()
1051 tmpqNode = tmpqNode->list_next; in rf_CommonCreateSmallWriteDAG()
1078 tmpqNode = qNodes; in rf_CommonCreateSmallWriteDAG()
1080 tmpreadQNode->succedents[j] = tmpqNode; in rf_CommonCreateSmallWriteDAG()
1081 tmpqNode->antecedents[numDataNodes + i] = tmpreadQNode; in rf_CommonCreateSmallWriteDAG()
1082 tmpqNode->antType[numDataNodes + i] = rf_trueData; in rf_CommonCreateSmallWriteDAG()
1083 tmpqNode = tmpqNode->list_next; in rf_CommonCreateSmallWriteDAG()
1104 tmpqNode = qNodes; in rf_CommonCreateSmallWriteDAG()
1106 RF_ASSERT(tmpqNode->numSuccedents == 1); in rf_CommonCreateSmallWriteDAG()
1107 tmpqNode->succedents[0] = commitNode; in rf_CommonCreateSmallWriteDAG()
1108 commitNode->antecedents[i + numParityNodes] = tmpqNode; in rf_CommonCreateSmallWriteDAG()
1110 tmpqNode = tmpqNode->list_next; in rf_CommonCreateSmallWriteDAG()