EPOCH_PREEMPT
rs_epoch = epoch_alloc("Random Sources", EPOCH_PREEMPT);
MPASS((epoch->e_flags & EPOCH_PREEMPT) != 0);
global_epoch_preempt = epoch_alloc("Global preemptible", EPOCH_PREEMPT);
MPASS(epoch->e_flags & EPOCH_PREEMPT);
MPASS(epoch->e_flags & EPOCH_PREEMPT);
MPASS(epoch->e_flags & EPOCH_PREEMPT);
MPASS((epoch->e_flags & EPOCH_PREEMPT) != 0);
if ((epoch->e_flags & EPOCH_PREEMPT) != 0)
net_epoch_preempt = epoch_alloc("Net preemptible", EPOCH_PREEMPT);
test_epoch = epoch_alloc("test_epoch", EPOCH_PREEMPT);