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

  /src/sys/dev/raidframe/
rf_dag.h 116 RF_PropHeader_t **propList; /* propagation list, size
rf_parityloggingdags.c 411 readDataNodes[i].propList[0] = NULL;
412 readDataNodes[i].propList[1] = NULL;
425 readParityNodes[i].propList[0] = NULL;
rf_dagffwr.c 704 tmpreadDataNode->propList[j] = NULL;
727 tmpreadParityNode->propList[0] = NULL;
752 tmpreadQNode->propList[0] = NULL;
rf_dagutils.c 88 * the size of the propList array is always the same as that of the
154 node->propList = (nSucc) ? (RF_PropHeader_t **) (ptrs + nSucc + nAnte + nResult) : NULL;

Completed in 18 milliseconds