Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/io/
H A Devtchn_dev.c111 static struct evtsoftdata *port_user[NR_EVENT_CHANNELS]; variable
134 if ((ep = port_user[port]) != NULL) { in evtchn_device_upcall()
272 (port_user[kbuf[i]] == ep)) { in evtchndrv_write()
297 ASSERT(port_user[port] == NULL); in evtchn_bind_to_user()
298 port_user[port] = u; in evtchn_bind_to_user()
312 ep = port_user[port]; in evtchndrv_close_evtchn()
322 port_user[port] = NULL; in evtchndrv_close_evtchn()
409 if (port_user[unbind.port] != ep) { in evtchndrv_ioctl()
430 } else if (port_user[notify.port] != ep) { in evtchndrv_ioctl()
543 if (port_user[i] != ep) in evtchndrv_close()
[all …]