Searched refs:EPOCH_PREEMPT (Results 1 – 5 of 5) sorted by relevance
282 MPASS((epoch->e_flags & EPOCH_PREEMPT) != 0); in epoch_where_report()326 global_epoch_preempt = epoch_alloc("Global preemptible", EPOCH_PREEMPT); in epoch_init()473 MPASS(epoch->e_flags & EPOCH_PREEMPT); in _epoch_enter_preempt()524 MPASS(epoch->e_flags & EPOCH_PREEMPT); in _epoch_exit_preempt()716 MPASS(epoch->e_flags & EPOCH_PREEMPT); in epoch_wait_preempt()853 MPASS((epoch->e_flags & EPOCH_PREEMPT) != 0); in in_epoch_verbose_preempt()907 if ((epoch->e_flags & EPOCH_PREEMPT) != 0) in in_epoch_verbose()
48 #define EPOCH_PREEMPT 0x1 macro
141 test_epoch = epoch_alloc("test_epoch", EPOCH_PREEMPT); in test_modinit()
222 rs_epoch = epoch_alloc("Random Sources", EPOCH_PREEMPT); in rs_epoch_init()
964 net_epoch_preempt = epoch_alloc("Net preemptible", EPOCH_PREEMPT); in if_epochalloc()