Searched refs:rq_next (Results 1 – 6 of 6) sorted by relevance
246 rqp->rq_next = blue_list; in blueioctl()336 blue_list = rqp->rq_next; in blue_detach()338 for (tmp = blue_list; tmp != NULL; tmp = tmp->rq_next) in blue_detach()339 if (tmp->rq_next == rqp) { in blue_detach()340 tmp->rq_next = rqp->rq_next; in blue_detach()
580 rqp->rq_next = rio_list; in rioioctl()706 rio_list = rqp->rq_next; in rio_detach()708 for (tmp = rio_list; tmp != NULL; tmp = tmp->rq_next) in rio_detach()709 if (tmp->rq_next == rqp) { in rio_detach()710 tmp->rq_next = rqp->rq_next; in rio_detach()
846 rqp->rq_next = red_list; in redioctl()985 red_list = rqp->rq_next; in red_detach()987 for (tmp = red_list; tmp != NULL; tmp = tmp->rq_next) in red_detach()988 if (tmp->rq_next == rqp) { in red_detach()989 tmp->rq_next = rqp->rq_next; in red_detach()
104 struct blue_queue *rq_next; /* next blue_state in the list */ member
127 struct rio_queue *rq_next; /* next red_state in the list */ member
171 struct red_queue *rq_next; /* next red_state in the list */ member