| 994 | } |
| 995 | |
| 996 | static void |
| 997 | if_epochalloc(void *dummy __unused) |
| 998 | { |
| 999 | |
| 1000 | net_epoch_preempt = epoch_alloc("Net preemptible", EPOCH_PREEMPT); |
| 1001 | } |
| 1002 | SYSINIT(ifepochalloc, SI_SUB_EPOCH, SI_ORDER_ANY, if_epochalloc, NULL); |
| 1003 | |
| 1004 | static void |
nothing calls this directly
no test coverage detected