Home
last modified time | relevance | path

Searched refs:sh_func (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_softint.c207 void (*sh_func)(void *); member
338 if (sh->sh_func == NULL) in softint_init()
372 if (sc->sc_hand[index].sh_func == NULL) in softint_establish()
396 sh->sh_func = func; in softint_establish()
404 sh->sh_func = func; in softint_establish()
468 KASSERT(sh->sh_func != NULL); in softint_disestablish()
469 sh->sh_func = NULL; in softint_disestablish()
597 sh->sh_func, sh->sh_arg, sh->sh_flags); in softint_execute()
599 (*sh->sh_func)(sh->sh_arg); in softint_execute()
602 (*sh->sh_func)(sh->sh_arg); in softint_execute()
[all …]