Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-bus.h31 QLIST_HEAD(, XenEventChannel) event_channels;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-xenbus1 What: /sys/devices/*/xenbus/event_channels
/openbmc/linux/include/xen/
H A Dxenbus.h92 atomic_t event_channels; member
/openbmc/qemu/hw/xen/
H A Dxen-bus.c902 QLIST_INSERT_HEAD(&xendev->event_channels, channel, list); in xen_device_bind_event_channel()
982 QLIST_FOREACH_SAFE(channel, &xendev->event_channels, list, next) { in xen_device_unrealize()
/openbmc/linux/drivers/xen/events/
H A Devents_base.c362 atomic_inc(&dev->event_channels); in xen_irq_info_evtchn_setup()
977 atomic_dec(&dev->event_channels); in __unbind_from_irq()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c225 XENBUS_SHOW_STAT(event_channels);