Searched refs:sh_func (Results 1 – 1 of 1) sorted by relevance
207 void (*sh_func)(void *); member338 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 …]