Searched refs:port_user (Results 1 – 1 of 1) sorted by relevance
112 static struct evtsoftdata *port_user[NR_EVENT_CHANNELS]; variable135 if ((ep = port_user[port]) != NULL) { in evtchn_device_upcall()274 (port_user[kbuf[i]] == ep)) { in evtchndrv_write()299 ASSERT(port_user[port] == NULL); in evtchn_bind_to_user()300 port_user[port] = u; in evtchn_bind_to_user()314 ep = port_user[port]; in evtchndrv_close_evtchn()324 port_user[port] = NULL; in evtchndrv_close_evtchn()411 if (port_user[unbind.port] != ep) { in evtchndrv_ioctl()432 } else if (port_user[notify.port] != ep) { in evtchndrv_ioctl()545 if (port_user[i] != ep) in evtchndrv_close()[all …]