Searched refs:paramNum (Results 1 – 3 of 3) sorted by relevance
166 int nRrdNodes, nWndNodes, nXorBufs, i, j, paramNum, in rf_CommonCreateSimpleDegradedWriteDAG() local423 paramNum = 0; in rf_CommonCreateSimpleDegradedWriteDAG()428 xorNode->params[paramNum++] = tmprrdNode->params[0]; in rf_CommonCreateSimpleDegradedWriteDAG()429 xorNode->params[paramNum++] = tmprrdNode->params[1]; in rf_CommonCreateSimpleDegradedWriteDAG()444 xorNode->params[paramNum++].p = pda; in rf_CommonCreateSimpleDegradedWriteDAG()445 xorNode->params[paramNum++].p = pda->bufPtr; in rf_CommonCreateSimpleDegradedWriteDAG()454 xorNode->params[paramNum++].p = failedPDA; in rf_CommonCreateSimpleDegradedWriteDAG()455 xorNode->params[paramNum++].p = failedPDA->bufPtr; in rf_CommonCreateSimpleDegradedWriteDAG()463 xorNode->params[paramNum++].p = failedPDA; in rf_CommonCreateSimpleDegradedWriteDAG()464 xorNode->params[paramNum++].p = raidPtr; in rf_CommonCreateSimpleDegradedWriteDAG()[all …]
272 int j, paramNum; in rf_CreateDegradedReadDAG() local443 paramNum = 0; in rf_CreateDegradedReadDAG()447 xorNode->params[paramNum++] = tmprrdNode->params[0]; in rf_CreateDegradedReadDAG()448 xorNode->params[paramNum++] = tmprrdNode->params[1]; in rf_CreateDegradedReadDAG()462 xorNode->params[paramNum++].p = pda; in rf_CreateDegradedReadDAG()463 xorNode->params[paramNum++].p = pda->bufPtr; in rf_CreateDegradedReadDAG()469 xorNode->params[paramNum++].p = parityPDA; in rf_CreateDegradedReadDAG()470 xorNode->params[paramNum++].p = rpBuf; in rf_CreateDegradedReadDAG()476 xorNode->params[paramNum++].p = failedPDA; in rf_CreateDegradedReadDAG()477 xorNode->params[paramNum++].p = raidPtr; in rf_CreateDegradedReadDAG()[all …]
55 int paramNum; /* to parameter # paramNum */ member