MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iflib_irq_alloc

Function iflib_irq_alloc

freebsd/net/iflib.c:5923–5929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5921}
5922
5923int
5924iflib_irq_alloc(if_ctx_t ctx, if_irq_t irq, int rid,
5925 driver_filter_t filter, void *filter_arg, driver_intr_t handler, void *arg, const char *name)
5926{
5927
5928 return (_iflib_irq_alloc(ctx, irq, rid, filter, handler, arg, name));
5929}
5930
5931#ifdef SMP
5932static int

Callers

nothing calls this directly

Calls 1

_iflib_irq_allocFunction · 0.85

Tested by

no test coverage detected