Searched defs:rqgroup (Results 1 – 1 of 1) sorted by relevance
131 struct rqgroup { struct132 struct rqgroup *next; /* pointer to next group */ argument133 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