Searched refs:ih_allocfuncs (Results 1 – 1 of 1) sorted by relevance
148 static const struct m68k_ih_allocfuncs *ih_allocfuncs; variable153 KASSERT(ih_allocfuncs != NULL); in m68k_ih_alloc()154 return ih_allocfuncs->alloc(KM_SLEEP); in m68k_ih_alloc()160 KASSERT(ih_allocfuncs != NULL); in m68k_ih_free()162 ih_allocfuncs->free(ih); in m68k_ih_free()239 KASSERT(ih_allocfuncs == NULL); in m68k_intr_init()241 ih_allocfuncs = &m68k_ih_stdallocfuncs; in m68k_intr_init()243 ih_allocfuncs = allocfuncs; in m68k_intr_init()276 if (__predict_false(ih_allocfuncs == NULL)) { in m68k_intr_establish()