Searched refs:tmprrdNode (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_dagdegwr.c | 173 RF_DagNode_t *tmpNode, *tmpwndNode, *tmprrdNode; in rf_CommonCreateSimpleDegradedWriteDAG() local 308 tmprrdNode = rrdNodes; in rf_CommonCreateSimpleDegradedWriteDAG() 313 rf_InitNode(tmprrdNode, rf_wait, RF_FALSE, rf_DiskReadFunc, rf_DiskReadUndoFunc, in rf_CommonCreateSimpleDegradedWriteDAG() 316 tmprrdNode->params[0].p = pda; in rf_CommonCreateSimpleDegradedWriteDAG() 317 tmprrdNode->params[1].p = pda->bufPtr; in rf_CommonCreateSimpleDegradedWriteDAG() 318 tmprrdNode->params[2].v = parityStripeID; in rf_CommonCreateSimpleDegradedWriteDAG() 319 tmprrdNode->params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, which_ru); in rf_CommonCreateSimpleDegradedWriteDAG() 320 tmprrdNode = tmprrdNode->list_next; in rf_CommonCreateSimpleDegradedWriteDAG() 330 rf_InitNode(tmprrdNode, rf_wait, RF_FALSE, rf_DiskReadFunc, rf_DiskReadUndoFunc, in rf_CommonCreateSimpleDegradedWriteDAG() 333 tmprrdNode->params[0].p = pda; in rf_CommonCreateSimpleDegradedWriteDAG() [all …]
|
H A D | rf_dagdegrd.c | 270 RF_DagNode_t *tmpNode, *tmprudNode, *tmprrdNode; in rf_CreateDegradedReadDAG() local 389 tmprrdNode = rrdNodes; in rf_CreateDegradedReadDAG() 394 rf_InitNode(tmprrdNode, rf_wait, RF_FALSE, rf_DiskReadFunc, in rf_CreateDegradedReadDAG() 398 tmprrdNode->params[0].p = pda; in rf_CreateDegradedReadDAG() 399 tmprrdNode->params[1].p = pda->bufPtr; in rf_CreateDegradedReadDAG() 400 tmprrdNode->params[2].v = parityStripeID; in rf_CreateDegradedReadDAG() 401 tmprrdNode->params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, which_ru); in rf_CreateDegradedReadDAG() 402 tmprrdNode = tmprrdNode->list_next; in rf_CreateDegradedReadDAG() 411 rf_InitNode(tmprrdNode, rf_wait, RF_FALSE, rf_DiskReadFunc, in rf_CreateDegradedReadDAG() 415 tmprrdNode->params[0].p = pda; in rf_CreateDegradedReadDAG() [all …]
|