HomeSort by: relevance | last modified time | path
    Searched refs:nodeNum (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/raidframe/
rf_dag.h 123 int nodeNum; /* used by PrintDAG for debug only */
166 int nodeNum; /* used by PrintDAG for debug only */
rf_dagutils.c 558 node->nodeNum, node->commitNode, node->name, rf_NodeStatusString(node),
562 printf("%d%s", node->succedents[i]->nodeNum,
584 printf("%d(%s)%s", node->antecedents[i]->nodeNum, anttype, (i == node->numAntecedents - 1) ? "\0" : " ");
620 printf("(0) %d Hdr: %s, s%d, (commit %d/%d) S{", dag_h->nodeNum,
623 printf("%d%s", dag_h->succedents[i]->nodeNum,
643 dag_h->nodeNum = nnum++;
660 node->nodeNum = num++;
709 nodes[node->nodeNum] = node;
739 scount[node->succedents[i]->nodeNum]++;
746 acount[node->antecedents[i]->nodeNum]++
    [all...]
rf_parityloggingdags.c 92 int nodeNum, asmNum;
138 for (nodeNum = asmNum = 0; asmNum < 2; asmNum++) {
142 rf_InitNode(&rodNodes[nodeNum], rf_wait, RF_FALSE, rf_DiskReadFunc, rf_DiskReadUndoFunc, rf_GenericWakeupFunc, 1, 1, 4, 0, dag_h, "Rod", allocList);
143 rodNodes[nodeNum].params[0].p = pda;
144 rodNodes[nodeNum].params[1].p = pda->bufPtr;
145 rodNodes[nodeNum].params[2].v = parityStripeID;
146 rodNodes[nodeNum].params[3].v = RF_CREATE_PARAM3(RF_IO_NORMAL_PRIORITY, which_ru);
147 nodeNum++;
152 RF_ASSERT(nodeNum == nRodNodes);
rf_dagffwr.c 176 int nWndNodes, nRodNodes, i, nodeNum, asmNum;
271 for (nodeNum = asmNum = 0; asmNum < 2; asmNum++) {
286 nodeNum++;
292 RF_ASSERT(nodeNum == nRodNodes);

Completed in 46 milliseconds