HomeSort by: relevance | last modified time | path
    Searched defs:ih_allocfuncs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/m68k/m68k/
m68k_intr.c 148 static const struct m68k_ih_allocfuncs *ih_allocfuncs; variable in typeref:typename:const struct m68k_ih_allocfuncs *
153 KASSERT(ih_allocfuncs != NULL);
154 return ih_allocfuncs->alloc(KM_SLEEP);
160 KASSERT(ih_allocfuncs != NULL);
162 ih_allocfuncs->free(ih);
239 KASSERT(ih_allocfuncs == NULL);
241 ih_allocfuncs = &m68k_ih_stdallocfuncs;
243 ih_allocfuncs = allocfuncs;
276 if (__predict_false(ih_allocfuncs == NULL)) {
m68k_intr.c 148 static const struct m68k_ih_allocfuncs *ih_allocfuncs; variable in typeref:typename:const struct m68k_ih_allocfuncs *
153 KASSERT(ih_allocfuncs != NULL);
154 return ih_allocfuncs->alloc(KM_SLEEP);
160 KASSERT(ih_allocfuncs != NULL);
162 ih_allocfuncs->free(ih);
239 KASSERT(ih_allocfuncs == NULL);
241 ih_allocfuncs = &m68k_ih_stdallocfuncs;
243 ih_allocfuncs = allocfuncs;
276 if (__predict_false(ih_allocfuncs == NULL)) {
m68k_intr.c 148 static const struct m68k_ih_allocfuncs *ih_allocfuncs; variable in typeref:typename:const struct m68k_ih_allocfuncs *
153 KASSERT(ih_allocfuncs != NULL);
154 return ih_allocfuncs->alloc(KM_SLEEP);
160 KASSERT(ih_allocfuncs != NULL);
162 ih_allocfuncs->free(ih);
239 KASSERT(ih_allocfuncs == NULL);
241 ih_allocfuncs = &m68k_ih_stdallocfuncs;
243 ih_allocfuncs = allocfuncs;
276 if (__predict_false(ih_allocfuncs == NULL)) {

Completed in 30 milliseconds