Searched refs:w_next (Results 1 – 2 of 2) sorted by relevance
559 for (w = wtab_list; w != NULL; w = w->w_next) in wtab_alloc()570 w->w_next = wtab_list; in wtab_alloc()593 wtab_list = w->w_next; in wtab_destroy()594 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next) in wtab_destroy()595 if (prev->w_next == w) { in wtab_destroy()596 prev->w_next = w->w_next; in wtab_destroy()
64 struct wtab *w_next; member