epoch_alloc
rs_epoch = epoch_alloc("Random Sources", EPOCH_PREEMPT);
global_epoch = epoch_alloc("Global", 0);
global_epoch_preempt = epoch_alloc("Global preemptible", EPOCH_PREEMPT);
net_epoch_preempt = epoch_alloc("Net preemptible", EPOCH_PREEMPT);
epoch_t epoch_alloc(const char *name, int flags);
test_epoch = epoch_alloc("test_epoch", EPOCH_PREEMPT);