Searched refs:_e (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.101.5/osfmk/kern/ |
| H A D | locks_internal.h | 117 __auto_type _e = (e); \ 118 lck_pretest(_p, _e) && os_atomic_cmpxchg(_p, _e, v, m); \ 129 __auto_type _e = (e); \ 130 lck_pretestv(_p, _e, g) && os_atomic_cmpxchgv(_p, _e, v, g, m); \
|
| /xnu-8796.101.5/bsd/net/ |
| H A D | if_ipsec.c | 118 #define IPSEC_IF_VERIFY(_e) if (__improbable(if_ipsec_verify_interface_creation)) { VER… argument
|