Searched defs:with (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arc/include/asm/ |
D | cmpxchg.h | 134 #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument 154 #define xchg(ptr, with) \ argument 167 #define xchg(ptr, with) _xchg(ptr, with) argument 201 #define xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ argument
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | cmpxchg.h | 150 static inline unsigned long __xchg(volatile void *ptr, unsigned long with, in __xchg() 164 #define xchg(ptr, with) \ argument
|
/Linux-v4.19/include/uapi/linux/netfilter_ipv4/ |
D | ipt_REJECT.h | 18 enum ipt_reject_with with; /* reject type */ member
|
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_REJECT.h | 20 __u32 with; /* reject type */ member
|