/kernel/linux/linux-5.10/include/linux/ |
D | kfifo.h | 126 typeof(&(fifo)) __tmp = &(fifo); \ 127 struct __kfifo *__kfifo = &__tmp->kfifo; \ 130 __kfifo->mask = __is_kfifo_ptr(__tmp) ? 0 : ARRAY_SIZE(__tmp->buf) - 1;\ 131 __kfifo->esize = sizeof(*__tmp->buf); \ 132 __kfifo->data = __is_kfifo_ptr(__tmp) ? NULL : __tmp->buf; \ 211 typeof((fifo) + 1) __tmp = (fifo); \ 212 __tmp->kfifo.in = __tmp->kfifo.out = 0; \ 225 typeof((fifo) + 1) __tmp = (fifo); \ 226 __tmp->kfifo.out = __tmp->kfifo.in; \ 312 typeof((fifo) + 1) __tmp = (fifo); \ [all …]
|
D | typecheck.h | 21 ({ typeof(type) __tmp = function; \ 22 (void)__tmp; \
|
D | minmax.h | 145 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
D | regmap.h | 105 int __ret, __tmp; \ 106 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \ 108 __ret ?: __tmp; \ 176 int __ret, __tmp; \ 177 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \ 179 __ret ?: __tmp; \
|
D | futex.h | 41 u64 __tmp; member
|
D | rcupdate.h | 448 typeof(ptr) __tmp = rcu_dereference_protected((rcu_ptr), (c)); \ 450 __tmp; \
|
/kernel/linux/linux-5.10/arch/arc/include/uapi/asm/ |
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; \
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | uaccess.h | 83 uintptr_t __tmp; \ 100 : "+r" (err), "=&r" (__x), "=r" (__tmp) \ 113 uintptr_t __tmp; \ 134 "=r" (__tmp) \ 224 uintptr_t __tmp; \ 240 : "+r" (err), "=r" (__tmp), "=m" (*(ptr)) \ 252 uintptr_t __tmp; \ 270 : "+r" (err), "=r" (__tmp), \
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | termios.h | 20 unsigned short __tmp; \ 21 get_user(__tmp,&(termio)->x); \ 22 *(unsigned short *) &(termios)->x = __tmp; \
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | termios.h | 26 unsigned short __tmp; \ 27 get_user(__tmp,&(termio)->x); \ 28 *(unsigned short *) &(termios)->x = __tmp; \
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | processor.h | 336 __typeof__(dest) __tmp = (val); \ 338 BUILD_BUG_ON(sizeof(__tmp) != sizeof(val)); \ 339 memcpy_absolute(&(dest), &__tmp, sizeof(__tmp)); \
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | div64.h | 21 unsigned long __cf, __tmp, __tmp2, __i; \ 50 : "=&r" (__mod32), "=&r" (__tmp), \
|
D | io.h | 237 type __tmp; \ 250 : "=r" (__tmp) \
|
D | mipsregs.h | 1579 unsigned long long __tmp = (val); \ 1590 : "+r" (__tmp)); \ 1601 : "+r" (__tmp)); \ 1612 : "+r" (__tmp)); \
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | cmpxchg.h | 42 __typeof__(new) __tmp; \ 56 : "=&r" (__ret), "=&r" (__tmp) \
|
/kernel/linux/linux-5.10/include/net/sctp/ |
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)
|
/kernel/linux/linux-5.10/include/net/ |
D | sock.h | 563 void *__tmp = rcu_dereference(__sk_user_data((sk))); \ 564 (void *)((uintptr_t)__tmp & SK_USER_DATA_PTRMASK); \ 568 uintptr_t __tmp = (uintptr_t)(ptr); \ 569 WARN_ON_ONCE(__tmp & ~SK_USER_DATA_PTRMASK); \ 570 rcu_assign_pointer(__sk_user_data((sk)), __tmp); \ 574 uintptr_t __tmp = (uintptr_t)(ptr); \ 575 WARN_ON_ONCE(__tmp & ~SK_USER_DATA_PTRMASK); \ 577 __tmp | SK_USER_DATA_NOCOPY); \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 464 u32 __tmp[ARRAY_SIZE(name##_regs)]; \ 468 __tmp[__i] = name##_regs[__i].reg; \ 474 __tmp, ar->debug.stats.name##_counter); \
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-c2c.c | 2588 #define for_each_token(__tok, __buf, __sep, __tmp) \ argument 2589 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \ 2590 __tok = strtok_r(NULL, __sep, &__tmp))
|
/kernel/linux/linux-5.10/net/tipc/ |
D | crypto.c | 316 typeof(rcu_ptr) __tmp = rcu_dereference_protected((rcu_ptr), \ 319 tipc_aead_put(__tmp); \
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | send.c | 593 __le##bits __tmp = cpu_to_le##bits(value); \ 594 return tlv_put(sctx, attr, &__tmp, sizeof(__tmp)); \
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 52557 + u32 __tmp; \ 52558 + __tmp = Tlv_WriteUint32(output + idx, len - idx, \ 52560 + if (__tmp) \ 52561 + idx += __tmp; \ 52562 + __tmp; \ 52567 + u32 __tmp; \ 52568 + __tmp = Tlv_WriteBuf(output + idx, len - idx, \ 52570 + if (__tmp) \ 52571 + idx += __tmp; \ 52572 + __tmp; \
|