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