Home
last modified time | relevance | path

Searched refs:dop_waitlist_t (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()
2867 dop_waitlist_t *dwl, *next_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()
2901 dwl = GETSTRUCT(dop_waitlist_t, 1); in idn_init_op()
2930 dop_waitlist_t *dwl; in idn_add_op()
2953 dop_waitlist_t *dw; in idn_update_op()
3015 dop_waitlist_t *hw, *tw; in idn_deinit_op()
3016 dop_waitlist_t *dwl = (dop_waitlist_t *)cookie; in idn_deinit_op()
3028 FREESTRUCT(dwl, dop_waitlist_t, 1); in idn_deinit_op()
[all …]
/titanic_50/usr/src/uts/sun4u/starfire/sys/
H A Didn.h704 } dop_waitlist_t; typedef
2914 dop_waitlist_t *dop_waitlist; /* dop_mutex */
2915 dop_waitlist_t *dop_freelist; /* dop_mutex */
2917 dop_waitlist_t _dop_wcache[IDNOP_CACHE_SIZE];