Home
last modified time | relevance | path

Searched defs:RF_DagHeader_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_dag.h153 struct RF_DagHeader_s { struct
154 RF_DagStatus_t status; /* status of this DAG */
155 int numSuccedents; /* DAG may be a tree, i.e. may have > 1 root */
156 int numCommitNodes; /* number of commit nodes in graph */
157 int numCommits; /* number of commit nodes which have been
159 RF_DagNode_t *succedents[RF_MAX_HDR_SUCC]; /* array of succedents,
161 RF_DagHeader_t *next; /* ptr to allow a list of dags */
162 RF_AllocListElem_t *allocList; /* ptr to list of ptrs to be freed
164 RF_AccessStripeMapHeader_t *asmList; /* list of access stripe maps
166 int nodeNum; /* used by PrintDAG for debug only */
[all …]