Searched refs:rio_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/contrib/altq/altq/
H A Daltq_rio.c176 /* rio_list keeps all rio_queue_t's allocated. */
177 static rio_queue_t *rio_list = NULL; variable
501 while ((rqp = rio_list) != NULL) {
618 rqp->rq_next = rio_list;
619 rio_list = rqp;
748 if (rio_list == rqp)
749 rio_list = rqp->rq_next;
751 for (tmp = rio_list; tmp != NULL; tmp = tmp->rq_next)
757 printf("rio_detach: no state found in rio_list!\n");

Completed in 91 milliseconds