evtchn.c | 830 struct event_set_handler_args *esh_args = arg1; local in function:event_set_handler_xcall 831 struct intrhand **ihp, *ih = esh_args->ih; 832 struct evtsource *evts = esh_args->evts; 855 KASSERT(esh_args->ipls != NULL); 856 ci->ci_isources[sir] = esh_args->ipls; 863 intr_calculatemasks(evts, esh_args->evtch, ci); 871 struct event_set_handler_args esh_args; local in function:event_set_handler 875 memset(&esh_args, 0, sizeof(esh_args)); 901 esh_args.ih = kmem_zalloc(sizeof (struct intrhand), KM_NOSLEEP) [all...] |