| /linux-6.15/include/linux/ |
| H A D | kfifo.h | 135 __kfifo->mask = __is_kfifo_ptr(__tmp) ? 0 : ARRAY_SIZE(__tmp->buf) - 1;\ 137 __kfifo->data = __is_kfifo_ptr(__tmp) ? NULL : __tmp->buf; \ 217 __tmp->kfifo.in = __tmp->kfifo.out = 0; \ 231 __tmp->kfifo.out = __tmp->kfifo.in; \ 344 (!__recsize) ? kfifo_len(__tmp) * sizeof(*__tmp->type) : \ 366 __is_kfifo_ptr(__tmp) ? \ 380 if (__is_kfifo_ptr(__tmp)) \ 399 __is_kfifo_ptr(__tmp) ? \ 431 (__tmp->buf) \ 470 (__tmp->buf) \ [all …]
|
| H A D | instrumented.h | 195 u64 __tmp = (u64)(to); \ 196 kmsan_unpoison_memory(&__tmp, sizeof(__tmp)); \ 197 to = __tmp; \
|
| H A D | typecheck.h | 21 ({ typeof(type) __tmp = function; \ 22 (void)__tmp; \
|
| H A D | futex.h | 41 u64 __tmp; member
|
| H A D | minmax.h | 308 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
| H A D | regmap.h | 130 int __ret, __tmp; \ 131 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \ 133 __ret ?: __tmp; \ 201 int __ret, __tmp; \ 202 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \ 204 __ret ?: __tmp; \
|
| H A D | rcupdate.h | 612 typeof(ptr) __tmp = rcu_dereference_protected((rcu_ptr), (c)); \ 614 __tmp; \
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | runtime-const.h | 86 typeof(sym) __ret, __tmp; \ 96 : [__ret] "=r" (__ret), [__tmp] "=r" (__tmp)); \ 102 typeof(sym) __ret, __tmp; \ 110 : [__ret] "=r" (__ret), [__tmp] "=r" (__tmp)); \ 116 typeof(sym) __ret, __tmp; \ 124 : [__ret] "=r" (__ret), [__tmp] "=r" (__tmp)); \ 130 typeof(sym) __ret, __tmp; \ 134 : [__ret] "=r" (__ret), [__tmp] "=r" (__tmp)); \
|
| /linux-6.15/arch/arc/include/uapi/asm/ |
| H A D | swab.h | 70 ({ unsigned long __in = (x), __tmp; \ 71 __tmp = __in << 8 | __in >> 24; /* ror tmp,in,24 */ \ 73 __tmp ^= __in; \ 74 __tmp &= 0xff00ff; \ 75 __tmp ^ __in; \
|
| /linux-6.15/arch/csky/include/asm/ |
| H A D | cmpxchg.h | 61 __typeof__(new) __tmp; \ 77 : "=&r" (__ret), "=&r" (__tmp) \ 94 __typeof__(new) __tmp; \ 111 : "=&r" (__ret), "=&r" (__tmp) \ 128 __typeof__(new) __tmp; \ 146 : "=&r" (__ret), "=&r" (__tmp) \
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_custom_syncookie.h | 12 typeof(a) __tmp = (a); \ 14 (b) = __tmp; \ 19 typeof(a) __tmp[sizeof(a)]; \ 20 __builtin_memcpy(__tmp, a, sizeof(a)); \ 22 __builtin_memcpy(b, __tmp, sizeof(a)); \
|
| H A D | xdp_synproxy_kern.c | 61 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | barrier.h | 110 unsigned long __tmp; \ 123 : [mem] "+ZB" (*(u32 *)&p), [tmp] "=&r" (__tmp) \ 130 : [mem] "+ZB" (*(u64 *)&p), [tmp] "=&r" (__tmp) \
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | div64.h | 21 unsigned long __cf, __tmp, __tmp2, __i; \ 50 : "=&r" (__mod32), "=&r" (__tmp), \
|
| H A D | io.h | 201 type __tmp; \ 214 : "=r" (__tmp) \
|
| H A D | mipsregs.h | 1727 unsigned long long __tmp = (val); \ 1738 : "+r" (__tmp)); \ 1749 : "+r" (__tmp)); \ 1760 : "+r" (__tmp)); \
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/ |
| H A D | spl_os_types.h | 50 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | pkvm.c | 309 for (struct rb_node *__tmp = find_first_mapping_node(&(__pgt)->pkvm_mappings, \ 311 __tmp && ({ \ 312 __map = rb_entry(__tmp, struct pkvm_mapping, node); \ 313 __tmp = rb_next(__tmp); \
|
| /linux-6.15/include/net/sctp/ |
| H A D | auth.h | 59 #define key_for_each_safe(__key, __tmp, __list_head) \ argument 60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | uffd-stress.c | 54 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
| /linux-6.15/drivers/net/wireless/ath/carl9170/ |
| H A D | debug.c | 460 u32 __tmp[ARRAY_SIZE(name##_regs)]; \ 464 __tmp[__i] = name##_regs[__i].reg; \ 470 __tmp, ar->debug.stats.name##_counter); \
|
| /linux-6.15/net/ipv6/ |
| H A D | seg6_local.c | 105 typeof(blen) __tmp = blen; \ 106 (!__tmp || __tmp > 120 || (__tmp & 0x07)); \
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.h | 360 #define mptcp_for_each_subflow_safe(__msk, __subflow, __tmp) \ argument 361 list_for_each_entry_safe(__subflow, __tmp, &((__msk)->conn_list), node)
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-c2c.c | 2882 #define for_each_token(__tok, __buf, __sep, __tmp) \ argument 2883 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \ 2884 __tok = strtok_r(NULL, __sep, &__tmp))
|
| /linux-6.15/net/tipc/ |
| H A D | crypto.c | 320 struct tipc_aead *__tmp = rcu_dereference_protected((rcu_ptr), \ 323 tipc_aead_put(__tmp); \
|