Searched refs:_nt (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_freebsd.h | 129 #define IEEE80211_NODE_LOCK_INIT(_nt, _name) do { \ argument 130 ieee80211_node_lock_t *nl = &(_nt)->nt_nodelock; \ 134 #define IEEE80211_NODE_LOCK_OBJ(_nt) (&(_nt)->nt_nodelock.mtx) argument 135 #define IEEE80211_NODE_LOCK_DESTROY(_nt) \ argument 136 mtx_destroy(IEEE80211_NODE_LOCK_OBJ(_nt)) 137 #define IEEE80211_NODE_LOCK(_nt) \ argument 138 mtx_lock(IEEE80211_NODE_LOCK_OBJ(_nt)) 139 #define IEEE80211_NODE_IS_LOCKED(_nt) \ argument 140 mtx_owned(IEEE80211_NODE_LOCK_OBJ(_nt)) 141 #define IEEE80211_NODE_UNLOCK(_nt) \ argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 837 def _nt : CF<opc, (outs), !con(cond, (ins (ADDR $sz, $imm32):$addr)), 869 def _nt : CF<opc, (outs), !con(cond, (ins brtarget32:$imm32)),
|