Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dfallback.c18 case EVTCHNOP_close: in xen_event_channel_op_compat()
Devtchn.c319 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in evtchn_bind_to_user()
/linux-4.1.27/include/xen/interface/
Devent_channel.h102 #define EVTCHNOP_close 3 macro
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_client.c440 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xenbus_free_evtchn()
/linux-4.1.27/drivers/xen/events/
Devents_base.c460 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in xen_evtchn_close()