Home
last modified time | relevance | path

Searched defs:xbdback_instance (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/xen/xen/
H A Dxbdback_xenbus.c185 struct xbdback_instance { struct
187 struct xenbus_device *xbdi_xbusd; /* our xenstore entry */
188 struct xenbus_watch xbdi_watch; /* to watch our store */
189 domid_t xbdi_domid; /* attached to this domain */
190 uint32_t xbdi_handle; /* domain-specific handle */
191 char xbdi_name[16]; /* name of this instance */
193 kmutex_t xbdi_lock;
194 kcondvar_t xbdi_cv; /* wait channel for thread work */
195 xbdback_state_t xbdi_status; /* thread's status */
197 struct xbdback_io xbdi_io[BLKIF_RING_SIZE];
[all …]