Home
last modified time | relevance | path

Searched refs:__out (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dswait.h160 __label__ __out; \
173 goto __out; \
179 __out: __ret; \
H A Dwait.h304 __label__ __out; \
317 goto __out; \
326 __out: __ret; \
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h12 #define COMPARE_UNMASKED_FIELDS(__match1, __match2, __out) \ argument
16 bool *_out = (__out); \
/linux/sound/pci/trident/
H A Dtrident_main.c2897 goto __out; in snd_trident_mixer()
2909 goto __out; in snd_trident_mixer()
2914 goto __out; in snd_trident_mixer()
2942 goto __out; in snd_trident_mixer()
2947 goto __out; in snd_trident_mixer()
2965 goto __out; in snd_trident_mixer()
2972 goto __out; in snd_trident_mixer()
2979 goto __out; in snd_trident_mixer()
2986 goto __out; in snd_trident_mixer()
2992 goto __out; in snd_trident_mixer()
[all …]
/linux/arch/x86/include/asm/shared/
H A Dio.h8 static __always_inline void __out##bwl(type value, u16 port) \
/linux/net/core/
H A Dflow_offload.c49 #define FLOW_DISSECTOR_MATCH(__rule, __type, __out) \ argument
53 (__out)->key = skb_flow_dissector_target(__d, __type, (__m)->key); \
54 (__out)->mask = skb_flow_dissector_target(__d, __type, (__m)->mask); \