Home
last modified time | relevance | path

Searched refs:rq_next (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/altq/
Daltq_blue.c246 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()
Daltq_rio.c580 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()
Daltq_red.c846 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()
Daltq_blue.h104 struct blue_queue *rq_next; /* next blue_state in the list */ member
Daltq_rio.h127 struct rio_queue *rq_next; /* next red_state in the list */ member
Daltq_red.h171 struct red_queue *rq_next; /* next red_state in the list */ member