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

  /src/sys/altq/
altq_red.c 194 /* red_list keeps all red_queue_t's allocated. */
195 static red_queue_t *red_list = NULL; variable in typeref:typename:red_queue_t *
745 while ((rqp = red_list) != NULL) {
846 rqp->rq_next = red_list;
847 red_list = rqp;
984 if (red_list == rqp)
985 red_list = rqp->rq_next;
987 for (tmp = red_list; tmp != NULL; tmp = tmp->rq_next)
993 printf("red_detach: no state found in red_list!\n");
altq_red.c 194 /* red_list keeps all red_queue_t's allocated. */
195 static red_queue_t *red_list = NULL; variable in typeref:typename:red_queue_t *
745 while ((rqp = red_list) != NULL) {
846 rqp->rq_next = red_list;
847 red_list = rqp;
984 if (red_list == rqp)
985 red_list = rqp->rq_next;
987 for (tmp = red_list; tmp != NULL; tmp = tmp->rq_next)
993 printf("red_detach: no state found in red_list!\n");

Completed in 24 milliseconds