Searched refs:NR_EVENT_CHANNELS (Results 1 – 3 of 3) sorted by relevance
235 if (port < NR_EVENT_CHANNELS && in evtchn_write()367 if (unbind.port >= NR_EVENT_CHANNELS) in evtchn_ioctl()395 if (notify.port >= NR_EVENT_CHANNELS) { in evtchn_ioctl()485 for (i = 0; i < NR_EVENT_CHANNELS; i++) { in evtchn_release()494 for (i = 0; i < NR_EVENT_CHANNELS; i++) { in evtchn_release()531 port_user = kcalloc(NR_EVENT_CHANNELS, sizeof(*port_user), GFP_KERNEL); in evtchn_init()
112 static DEFINE_PER_CPU(unsigned long [NR_EVENT_CHANNELS/BITS_PER_LONG],1055 for (i = (NR_EVENT_CHANNELS/BITS_PER_LONG)-1; i >= 0; i--) in xen_debug_interrupt()1070 for (i = 0; i < NR_EVENT_CHANNELS; i++) { in xen_debug_interrupt()1513 for (evtchn = 0; evtchn < NR_EVENT_CHANNELS; evtchn++) in xen_irq_resume()1520 for (evtchn = 0; evtchn < NR_EVENT_CHANNELS; evtchn++) in xen_irq_resume()1614 evtchn_to_irq = kcalloc(NR_EVENT_CHANNELS, sizeof(*evtchn_to_irq), in xen_init_IRQ()1616 for (i = 0; i < NR_EVENT_CHANNELS; i++) in xen_init_IRQ()1622 for (i = 0; i < NR_EVENT_CHANNELS; i++) in xen_init_IRQ()
287 #define NR_EVENT_CHANNELS (sizeof(unsigned long) * sizeof(unsigned long) * 64) macro