Lines Matching refs:alloclist
205 RF_AllocListElem_t *alloclist; in rf_VerifyParityBasic() local
222 rf_MakeAllocList(alloclist); in rf_VerifyParityBasic()
224 * (layoutPtr->numDataCol + layoutPtr->numParityCol), alloclist); in rf_VerifyParityBasic()
225 pbuf = RF_MallocAndAdd(numbytes, alloclist); in rf_VerifyParityBasic()
229 "Rod", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityBasic()
297 "Wnp", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityBasic()
333 rf_FreeAllocList(alloclist); in rf_VerifyParityBasic()
422 const char *name, RF_AllocListElem_t *alloclist, in rf_MakeSimpleDAG() argument
466 …t, RF_FALSE, rf_NullNodeFunc, rf_NullNodeUndoFunc, NULL, nNodes, 0, 0, 0, dag_h, "Nil", alloclist); in rf_MakeSimpleDAG()
467 …it, RF_TRUE, rf_NullNodeFunc, rf_NullNodeUndoFunc, NULL, 1, nNodes, 0, 0, dag_h, "Nil", alloclist); in rf_MakeSimpleDAG()
473 …de, rf_wait, RF_FALSE, doFunc, undoFunc, rf_GenericWakeupFunc, 1, 1, 4, 0, dag_h, name, alloclist); in rf_MakeSimpleDAG()
480 …wait, RF_FALSE, rf_TerminateFunc, rf_TerminateUndoFunc, NULL, 0, 1, 0, 0, dag_h, "Trm", alloclist); in rf_MakeSimpleDAG()