Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn.c2841 dop_waitlist_t *dwl; in idn_dopers_init() local
2850 dwl = &idn.dopers->_dop_wcache[0]; in idn_dopers_init()
2852 dwl[i].dw_next = &dwl[i+1]; in idn_dopers_init()
2853 dwl[i].dw_next = NULL; in idn_dopers_init()
2867 dop_waitlist_t *dwl, *next_dwl; in idn_dopers_deinit() local
2873 for (dwl = idn.dopers->dop_waitlist; dwl; dwl = next_dwl) { in idn_dopers_deinit()
2874 next_dwl = dwl->dw_next; in idn_dopers_deinit()
2875 if (!IDNOP_IN_CACHE(dwl)) in idn_dopers_deinit()
2876 FREESTRUCT(dwl, dop_waitlist_t, 1); in idn_dopers_deinit()
2894 dop_waitlist_t *dwl; in idn_init_op() local
[all …]
/titanic_50/usr/src/uts/sun4u/starfire/sys/
H A Didn.h692 #define IDNOP_IN_CACHE(dwl) \ argument
693 (((dwl) >= &idn.dopers->_dop_wcache[0]) && \
694 ((dwl) < &idn.dopers->_dop_wcache[IDNOP_CACHE_SIZE]))