Searched refs:epoch_enter_preempt (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | epoch.h | 88 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et, __FILE__, __LINE__) macro 91 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et) macro 102 #define NET_EPOCH_ENTER(et) epoch_enter_preempt(net_epoch_preempt, &(et))
|
| /f-stack/freebsd/sys/ |
| H A D | epoch.h | 88 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et, __FILE__, __LINE__) macro 91 #define epoch_enter_preempt(epoch, et) _epoch_enter_preempt(epoch, et) macro 102 #define NET_EPOCH_ENTER(et) epoch_enter_preempt(net_epoch_preempt, &(et))
|
| H A D | pmckern.h | 208 epoch_enter_preempt(global_epoch_preempt, &et); \
|
| /f-stack/freebsd/net/ |
| H A D | if_gre.h | 121 #define GRE_RLOCK() epoch_enter_preempt(net_epoch_preempt, &gre_et)
|
| H A D | if_me.c | 92 #define ME_RLOCK() epoch_enter_preempt(net_epoch_preempt, &me_et)
|
| H A D | if_ipsec.c | 101 #define IPSEC_RLOCK() epoch_enter_preempt(net_epoch_preempt, &ipsec_et)
|
| /f-stack/tools/compat/include/net/ |
| H A D | if_gre.h | 121 #define GRE_RLOCK() epoch_enter_preempt(net_epoch_preempt, &gre_et)
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_encap.c | 136 epoch_enter_preempt(net_epoch_preempt, &srcaddr_et)
|