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

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c2858 idn.dopers->dop_waitlist = NULL;
2873 for (dwl = idn.dopers->dop_waitlist; dwl; dwl = next_dwl) {
2909 dwl->dw_next = idn.dopers->dop_waitlist;
2911 idn.dopers->dop_waitlist = dwl;
2938 for (dwl = idn.dopers->dop_waitlist; dwl; dwl = dwl->dw_next)
2970 for (dw = idn.dopers->dop_waitlist; dw; dw = dw->dw_next) {
3020 ASSERT(idn.dopers->dop_waitlist);
3022 if (dwl == idn.dopers->dop_waitlist) {
3023 idn.dopers->dop_waitlist = dwl->dw_next;
3031 for (tw = idn.dopers->dop_waitlist, h
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h696 typedef struct dop_waitlist { struct
697 struct dop_waitlist *dw_next;
2904 * dop_waitlist
2914 dop_waitlist_t *dop_waitlist; /* dop_mutex */ member in struct:idn_global::dopers

Completed in 63 milliseconds