Searched refs:_local (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 81 XCHG_GEN(u8, _local, "memory"); 83 XCHG_GEN(u16, _local, "memory"); 274 CMPXCHG_GEN(u8, _local, , , "memory"); 278 CMPXCHG_GEN(u16, _local, , , "memory");
|
/linux/net/mac80211/ |
H A D | ieee80211_i.h | 1210 #define for_each_sdata_link(_local, _link) \ argument 1215 list_for_each_entry(___sdata, &(_local)->interfaces, list) \ 1220 if ((_link = wiphy_dereference((_local)->hw.wiphy, \
|