Home | History | Annotate | Download | only in raidframe

Lines Matching defs:rd_dag_h

263 	RF_DagHeader_t *rd_dag_h, *wr_dag_h;
286 rd_dag_h = wr_dag_h = NULL;
315 rd_dag_h = rf_MakeSimpleDAG(raidPtr, stripeWidth, nbytes, bf,
318 if (rd_dag_h == NULL)
320 blockNode = rd_dag_h->succedents[0];
377 rd_dag_h->tracerec = &tracerec;
383 rf_PrintDAGList(rd_dag_h);
390 rf_DispatchDAG(rd_dag_h, (void (*) (void *)) rf_MCPairWakeupFunc,
399 if (rd_dag_h->status != rf_enable) {
531 if (rd_dag_h)
532 rf_FreeDAG(rd_dag_h);