Home
last modified time | relevance | path

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

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