Lines Matching refs:RF_DagNode_t
92 void (*doFunc) (RF_DagNode_t *); /* normal function */
93 void (*undoFunc) (RF_DagNode_t *); /* func to remove effect of
108 RF_DagNode_t **succedents; /* succedents, array size
110 RF_DagNode_t **antecedents; /* antecedents, array size
121 RF_DagNode_t *next; /* next in terms of propagating results */
122 RF_DagNode_t *list_next; /* next in the list of DAG nodes for this DAG */
130 RF_DagNode_t *big_dag_ptrs; /* used in cases where the cache below isn't big enough */
132 RF_DagNode_t *dag_ptrs[RF_DAG_PTRCACHESIZE]; /* cache for performance */
136 * Bit values for flags field of RF_DagNode_t
159 RF_DagNode_t *succedents[RF_MAX_HDR_SUCC]; /* array of succedents,
175 RF_DagNode_t *nodes; /* linked list of nodes used in this DAG */