OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ev_handlers
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/xen/include/
intr.h
58
struct intrhand *
ev_handlers
; /* handler chain */
member in struct:evtsource
/src/sys/arch/xen/xen/
evtchn.c
363
ih = evtsource[evtch]->
ev_handlers
;
378
ih = evtsource[evtch]->
ev_handlers
;
798
for (ih = evts->
ev_handlers
; ih != NULL; ih = ih->ih_evt_next) {
837
for (ihp = &evts->
ev_handlers
; *ihp != NULL;
846
evts->ev_isl->is_handlers = evts->
ev_handlers
;
1023
for (ihp = &evts->
ev_handlers
; *ihp != NULL;
1029
panic("event_remove_handler_xcall: not in
ev_handlers
");
1046
evts->ev_isl->is_handlers = evts->
ev_handlers
;
1048
if (evts->
ev_handlers
== NULL)
1066
for (ih = evts->
ev_handlers
; ih != NULL; ih = ih->ih_evt_next)
[
all
...]
/src/sys/arch/xen/x86/
hypervisor_machdep.c
168
ih = evtsource[port]->
ev_handlers
;
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025