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

Function iflib_admin_intr_deferred

freebsd/net/iflib.c:6297–6303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6295}
6296
6297void
6298iflib_admin_intr_deferred(if_ctx_t ctx)
6299{
6300
6301 MPASS(ctx->ifc_admin_task.gt_taskqueue != NULL);
6302 GROUPTASK_ENQUEUE(&ctx->ifc_admin_task);
6303}
6304
6305void
6306iflib_iov_intr_deferred(if_ctx_t ctx)

Callers 2

iflib_timerFunction · 0.85
iflib_rxeofFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected