HomeSort by: relevance | last modified time | path
    Searched defs:rio_list (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/altq/
altq_rio.c 179 /* rio_list keeps all rio_queue_t's allocated. */
180 static rio_queue_t *rio_list = NULL; variable in typeref:typename:rio_queue_t *
479 while ((rqp = rio_list) != NULL) {
580 rqp->rq_next = rio_list;
581 rio_list = rqp;
705 if (rio_list == rqp)
706 rio_list = rqp->rq_next;
708 for (tmp = rio_list; tmp != NULL; tmp = tmp->rq_next)
714 printf("rio_detach: no state found in rio_list!\n");
altq_rio.c 179 /* rio_list keeps all rio_queue_t's allocated. */
180 static rio_queue_t *rio_list = NULL; variable in typeref:typename:rio_queue_t *
479 while ((rqp = rio_list) != NULL) {
580 rqp->rq_next = rio_list;
581 rio_list = rqp;
705 if (rio_list == rqp)
706 rio_list = rqp->rq_next;
708 for (tmp = rio_list; tmp != NULL; tmp = tmp->rq_next)
714 printf("rio_detach: no state found in rio_list!\n");
altq_rio.c 179 /* rio_list keeps all rio_queue_t's allocated. */
180 static rio_queue_t *rio_list = NULL; variable in typeref:typename:rio_queue_t *
479 while ((rqp = rio_list) != NULL) {
580 rqp->rq_next = rio_list;
581 rio_list = rqp;
705 if (rio_list == rqp)
706 rio_list = rqp->rq_next;
708 for (tmp = rio_list; tmp != NULL; tmp = tmp->rq_next)
714 printf("rio_detach: no state found in rio_list!\n");

Completed in 55 milliseconds