Searched refs:dw_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c2852 dwl[i].dw_next = &dwl[i+1];
2853 dwl[i].dw_next = NULL;
2874 next_dwl = dwl->dw_next;
2903 idn.dopers->dop_freelist = dwl->dw_next;
2909 dwl->dw_next = idn.dopers->dop_waitlist;
2938 for (dwl = idn.dopers->dop_waitlist; dwl; dwl = dwl->dw_next)
2970 for (dw = idn.dopers->dop_waitlist; dw; dw = dw->dw_next) {
3023 idn.dopers->dop_waitlist = dwl->dw_next;
3025 dwl->dw_next = idn.dopers->dop_freelist;
3031 for (tw = idn.dopers->dop_waitlist, hw = tw->dw_next;
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h697 struct dop_waitlist *dw_next; member in struct:dop_waitlist

Completed in 114 milliseconds