Searched refs:w_next (Results 1 – 8 of 8) sorted by relevance
556 for (w = wtab_list; w != NULL; w = w->w_next) in wtab_alloc()567 w->w_next = wtab_list; in wtab_alloc()590 wtab_list = w->w_next; in wtab_destroy()591 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next) in wtab_destroy()592 if (prev->w_next == w) { in wtab_destroy()593 prev->w_next = w->w_next; in wtab_destroy()
63 struct wtab *w_next; member
76 struct work *w_next; /* next in queue */ member1677 if (WorkQ->w_next != NULL)1680 WorkQ->w_next->w_host != NULL)1683 WorkQ->w_next->w_host))1689 WorkQ->w_next->w_host == NULL) ||1691 WorkQ->w_next->w_host != NULL))1695 WorkQ = WorkQ->w_next;1792 if (WorkQ->w_next != NULL)1795 WorkQ->w_next->w_host != NULL)1798 WorkQ->w_next->w_host))[all …]
434 for (wp = whyles; wp; wp = wp->w_next) in gotolab()544 nwp->w_next = whyles; in doforeach()587 nwp->w_next = whyles; in dowhile()830 whyles = wp->w_next; in search()1151 nwp = wp->w_next; in wfree()
997 struct whyle *w_next; /* Next (more outer) loop */ member
250 LIST_FOREACH(wr, &sc->sc_workers, w_next) { in g_eli_crypto_rerun()691 LIST_REMOVE(wr, w_next); in g_eli_worker()1135 LIST_INSERT_HEAD(&sc->sc_workers, wr, w_next); in g_eli_create()
177 LIST_ENTRY(g_eli_worker) w_next;
885 LIST_FOREACH(wr, &sc->sc_workers, w_next) { in g_eli_suspend_one()