Lines Matching refs:w_next
76 struct work *w_next; /* next in queue */ member
1677 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))
1801 WorkQ = WorkQ->w_next;
1806 WorkQ->w_next->w_host == NULL) ||
1808 WorkQ->w_next->w_host != NULL))
1811 WorkQ = WorkQ->w_next;
1815 WorkQ = WorkQ->w_next;
1822 WorkQ = WorkQ->w_next;
2269 WorkQ = WorkQ->w_next;
3040 nw = w->w_next;
3186 w->w_next = WorkQ;
3206 for (w = WorkQ; w != NULL; w = w->w_next)
5021 for (w = WorkQ; w != NULL; w = w->w_next)