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

Function if_epochalloc

freebsd/net/if.c:996–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996static void
997if_epochalloc(void *dummy __unused)
998{
999
1000 net_epoch_preempt = epoch_alloc("Net preemptible", EPOCH_PREEMPT);
1001}
1002SYSINIT(ifepochalloc, SI_SUB_EPOCH, SI_ORDER_ANY, if_epochalloc, NULL);
1003
1004static void

Callers

nothing calls this directly

Calls 1

epoch_allocFunction · 0.50

Tested by

no test coverage detected