HomeSort by: relevance | last modified time | path
    Searched defs:evtsource (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/include/
intr.h 55 struct evtsource { struct
  /src/sys/arch/xen/xen/
evtchn.c 101 struct evtsource *evtsource[NR_EVENT_CHANNELS]; variable in typeref:struct:evtsource * []
258 evtsource[i] = NULL;
284 * evtsource[] to a non-NULL value so that evtchn_do_event will
287 evtsource[debug_port] = (void *)-1;
309 evtsource[evtch] = NULL;
345 KASSERTMSG(evtsource[evtch] != NULL, "unknown event %d", evtch);
347 if (evtsource[evtch]->ev_cpu != ci)
351 evtsource[evtch]->ev_evcnt.ev_count++;
354 if (evtsource[evtch]->ev_maxlevel <= ilevel)
    [all...]

Completed in 12 milliseconds