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

  /src/sys/altq/
altq_red.c 645 static struct wtab *wtab_list = NULL; /* pointer to wtab list */ variable in typeref:struct:wtab *
653 for (w = wtab_list; w != NULL; w = w->w_next)
664 w->w_next = wtab_list;
665 wtab_list = w;
686 if (wtab_list == w)
687 wtab_list = w->w_next;
688 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next)
altq_red.c 645 static struct wtab *wtab_list = NULL; /* pointer to wtab list */ variable in typeref:struct:wtab *
653 for (w = wtab_list; w != NULL; w = w->w_next)
664 w->w_next = wtab_list;
665 wtab_list = w;
686 if (wtab_list == w)
687 wtab_list = w->w_next;
688 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next)

Completed in 24 milliseconds