Home
last modified time | relevance | path

Searched refs:totalNumNodes (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_parityloggingdags.c338 int i, j, nNodes, totalNumNodes; in rf_CommonCreateParityLoggingSmallWriteDAG() local
361 totalNumNodes = (2 * numDataNodes) + numParityNodes + (2 * numParityNodes) + 3; in rf_CommonCreateParityLoggingSmallWriteDAG()
370 nodes = RF_MallocAndAdd(totalNumNodes * sizeof(*nodes), allocList); in rf_CommonCreateParityLoggingSmallWriteDAG()
389 RF_ASSERT(i == totalNumNodes); in rf_CommonCreateParityLoggingSmallWriteDAG()