Searched refs:epoch_alloc (Results 1 – 6 of 6) sorted by relevance
70 epoch_t epoch_alloc(const char *name, int flags);
141 test_epoch = epoch_alloc("test_epoch", EPOCH_PREEMPT); in test_modinit()
325 global_epoch = epoch_alloc("Global", 0); in epoch_init()326 global_epoch_preempt = epoch_alloc("Global preemptible", EPOCH_PREEMPT); in epoch_init()366 epoch_alloc(const char *name, int flags) in epoch_alloc() function
222 rs_epoch = epoch_alloc("Random Sources", EPOCH_PREEMPT); in rs_epoch_init()
1105 epoch.9 epoch_alloc.9 \
964 net_epoch_preempt = epoch_alloc("Net preemptible", EPOCH_PREEMPT); in if_epochalloc()