Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/vinum/
H A Drequest.h131 struct rqgroup { struct
132 struct rqgroup *next; /* pointer to next group */ argument
133 struct request *rq; /* pointer to the request */
134 short count; /* number of requests in this group */
135 short active; /* and number active */
136 short plexno; /* index of plex */
160 struct rqgroup *rqg; /* ptr to the first group of requests */ argument