Searched refs:unlockQNodes (Results 1 – 1 of 1) sorted by relevance
472 RF_DagNode_t *unlockDataNodes, *unlockParityNodes, *unlockQNodes; in rf_CommonCreateSmallWriteDAG() local567 unlockQNodes = &nodes[i]; in rf_CommonCreateSmallWriteDAG()570 unlockQNodes = NULL; in rf_CommonCreateSmallWriteDAG()573 readQNodes = writeQNodes = qNodes = unlockQNodes = NULL; in rf_CommonCreateSmallWriteDAG()882 rf_InitNode(&unlockQNodes[i], rf_wait, in rf_CommonCreateSmallWriteDAG()888 unlockQNodes[i].params[0].p = pda; in rf_CommonCreateSmallWriteDAG()889 unlockQNodes[i].params[1].v = in rf_CommonCreateSmallWriteDAG()1085 RF_ASSERT(unlockQNodes[i].numAntecedents == 1); in rf_CommonCreateSmallWriteDAG()1086 writeQNodes[i].succedents[0] = &unlockQNodes[i]; in rf_CommonCreateSmallWriteDAG()1087 unlockQNodes[i].antecedents[0] = in rf_CommonCreateSmallWriteDAG()[all …]