Searched refs:NR_EVENT_CHANNELS (Results 1 – 7 of 7) sorted by relevance
43 static ddi_softint_handle_t evtchn_to_handle[NR_EVENT_CHANNELS];84 if (evtchn < 0 || evtchn >= NR_EVENT_CHANNELS) { in ec_bind_evtchn_to_handler()105 if (evtchn < 0 || evtchn >= NR_EVENT_CHANNELS) { in ec_unbind_evtchn()310 for (i = 0; i < NR_EVENT_CHANNELS; i++) in ec_fini()342 for (i = 0; i < NR_EVENT_CHANNELS; i++) { in ec_init()389 for (i = 0; i < NR_EVENT_CHANNELS; i++) in ec_resume()
50 static short evtchn_tbl[NR_EVENT_CHANNELS];223 if (evtchn >= NR_EVENT_CHANNELS || evtchn == 0) { in print_cpu()475 if ((int)addr >= NR_EVENT_CHANNELS) { in evtchns_dump()493 for (i = 0; i < NR_EVENT_CHANNELS; i++) { in evtchns_dump()
111 static struct evtsoftdata *port_user[NR_EVENT_CHANNELS];271 if ((kbuf[i] < NR_EVENT_CHANNELS) && in evtchndrv_write()402 if (unbind.port >= NR_EVENT_CHANNELS) { in evtchndrv_ioctl()428 if (notify.port >= NR_EVENT_CHANNELS) { in evtchndrv_ioctl()542 for (i = 0; i < NR_EVENT_CHANNELS; i++) { in evtchndrv_close()
46 static short evtchn_tbl[NR_EVENT_CHANNELS];434 if ((int)addr >= NR_EVENT_CHANNELS) { in evtchns_dump()450 for (i = 0; i < NR_EVENT_CHANNELS; i++) { in evtchns_dump()
183 static short evtchn_to_irq[NR_EVENT_CHANNELS];184 static cpuset_t evtchn_cpus[NR_EVENT_CHANNELS];185 static int evtchn_owner[NR_EVENT_CHANNELS];187 static kthread_t *evtchn_owner_thread[NR_EVENT_CHANNELS];1171 for (i = 0; i < NR_EVENT_CHANNELS; i++) in ec_resume()1193 for (i = 0; i < NR_EVENT_CHANNELS; i++) { in ec_init()
45 #define MAX_EVTCHNS NR_EVENT_CHANNELS
399 #define NR_EVENT_CHANNELS (sizeof(unsigned long) * sizeof(unsigned long) * 64) macro