with 134 arch/arc/include/asm/cmpxchg.h #define _xchg(ptr, with) ((typeof(*(ptr)))__xchg((unsigned long)(with), (ptr), \ with 154 arch/arc/include/asm/cmpxchg.h #define xchg(ptr, with) \ with 160 arch/arc/include/asm/cmpxchg.h old_val = _xchg(ptr, with); \ with 167 arch/arc/include/asm/cmpxchg.h #define xchg(ptr, with) _xchg(ptr, with) with 201 arch/arc/include/asm/cmpxchg.h #define xchg(ptr, with) ({ \ with 202 arch/arc/include/asm/cmpxchg.h (typeof(*(ptr)))__xchg((unsigned long)(with), \ with 138 arch/arc/include/asm/entry.h ; Retrieve orig r25 and save it with rest of callee_regs with 11 arch/arm/include/asm/vfpmacros.h @ Macros to allow building with old toolkits (with no VFP support) with 244 arch/m68k/math-emu/fp_decode.h | addressing mode: address register indirect with postincrement with 263 arch/m68k/math-emu/fp_decode.h | addressing mode: address register indirect with predecrement with 290 arch/m68k/math-emu/fp_decode.h | with 16bit displacement with 346 arch/m68k/math-emu/fp_decode.h | with index and 8bit displacement with 356 arch/m68k/math-emu/fp_decode.h | with base and/or outer displacement with 141 arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h # Someone tried to boot SMP with a non SMP kernel. All extra cores with 150 arch/openrisc/include/asm/cmpxchg.h static inline unsigned long __xchg(volatile void *ptr, unsigned long with, with 156 arch/openrisc/include/asm/cmpxchg.h return xchg_small(ptr, with, size); with 158 arch/openrisc/include/asm/cmpxchg.h return xchg_u32(ptr, with); with 164 arch/openrisc/include/asm/cmpxchg.h #define xchg(ptr, with) \ with 167 arch/openrisc/include/asm/cmpxchg.h (unsigned long)(with), \ with 18 include/uapi/linux/netfilter_ipv4/ipt_REJECT.h enum ipt_reject_with with; /* reject type */ with 20 include/uapi/linux/netfilter_ipv6/ip6t_REJECT.h __u32 with; /* reject type */ with 36 net/ipv4/netfilter/ipt_REJECT.c switch (reject->with) { with 73 net/ipv4/netfilter/ipt_REJECT.c if (rejinfo->with == IPT_ICMP_ECHOREPLY) { with 76 net/ipv4/netfilter/ipt_REJECT.c } else if (rejinfo->with == IPT_TCP_RESET) { with 40 net/ipv6/netfilter/ip6t_REJECT.c switch (reject->with) { with 83 net/ipv6/netfilter/ip6t_REJECT.c if (rejinfo->with == IP6T_ICMP6_ECHOREPLY) { with 86 net/ipv6/netfilter/ip6t_REJECT.c } else if (rejinfo->with == IP6T_TCP_RESET) {