Home
last modified time | relevance | path

Searched refs:__tmp (Results 1 – 21 of 21) sorted by relevance

/linux/include/linux/
A Dkfifo.h130 __kfifo->mask = __is_kfifo_ptr(__tmp) ? 0 : ARRAY_SIZE(__tmp->buf) - 1;\
132 __kfifo->data = __is_kfifo_ptr(__tmp) ? NULL : __tmp->buf; \
212 __tmp->kfifo.in = __tmp->kfifo.out = 0; \
226 __tmp->kfifo.out = __tmp->kfifo.in; \
333 (!__recsize) ? kfifo_len(__tmp) * sizeof(*__tmp->type) : \
355 __is_kfifo_ptr(__tmp) ? \
369 if (__is_kfifo_ptr(__tmp)) \
388 __is_kfifo_ptr(__tmp) ? \
420 (__tmp->buf) \
459 (__tmp->buf) \
[all …]
A Dtypecheck.h21 ({ typeof(type) __tmp = function; \
22 (void)__tmp; \
A Dminmax.h145 do { typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
A Dregmap.h106 int __ret, __tmp; \
107 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \
109 __ret ?: __tmp; \
177 int __ret, __tmp; \
178 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \
180 __ret ?: __tmp; \
A Dfutex.h41 u64 __tmp; member
A Drcupdate.h469 typeof(ptr) __tmp = rcu_dereference_protected((rcu_ptr), (c)); \
471 __tmp; \
/linux/arch/arc/include/uapi/asm/
A Dswab.h70 ({ 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/arch/riscv/include/asm/
A Duaccess.h83 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), \
/linux/arch/parisc/include/asm/
A Dtermios.h20 unsigned short __tmp; \
21 get_user(__tmp,&(termio)->x); \
22 *(unsigned short *) &(termios)->x = __tmp; \
/linux/arch/ia64/include/asm/
A Dtermios.h26 unsigned short __tmp; \
27 get_user(__tmp,&(termio)->x); \
28 *(unsigned short *) &(termios)->x = __tmp; \
/linux/arch/s390/include/asm/
A Dprocessor.h325 __typeof__(dest) __tmp = (val); \
327 BUILD_BUG_ON(sizeof(__tmp) != sizeof(val)); \
328 memcpy_absolute(&(dest), &__tmp, sizeof(__tmp)); \
/linux/arch/mips/include/asm/
A Ddiv64.h21 unsigned long __cf, __tmp, __tmp2, __i; \
50 : "=&r" (__mod32), "=&r" (__tmp), \
A Dio.h249 type __tmp; \
262 : "=r" (__tmp) \
A Dmipsregs.h1585 unsigned long long __tmp = (val); \
1596 : "+r" (__tmp)); \
1607 : "+r" (__tmp)); \
1618 : "+r" (__tmp)); \
/linux/arch/csky/include/asm/
A Dcmpxchg.h41 __typeof__(new) __tmp; \
54 : "=&r" (__ret), "=&r" (__tmp) \
/linux/include/net/sctp/
A Dauth.h59 #define key_for_each_safe(__key, __tmp, __list_head) \ argument
60 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
/linux/include/net/
A Dsock.h569 void *__tmp = rcu_dereference(__sk_user_data((sk))); \
570 (void *)((uintptr_t)__tmp & SK_USER_DATA_PTRMASK); \
574 uintptr_t __tmp = (uintptr_t)(ptr); \
575 WARN_ON_ONCE(__tmp & ~SK_USER_DATA_PTRMASK); \
576 rcu_assign_pointer(__sk_user_data((sk)), __tmp); \
580 uintptr_t __tmp = (uintptr_t)(ptr); \
581 WARN_ON_ONCE(__tmp & ~SK_USER_DATA_PTRMASK); \
583 __tmp | SK_USER_DATA_NOCOPY); \
/linux/drivers/net/wireless/ath/carl9170/
A Ddebug.c464 u32 __tmp[ARRAY_SIZE(name##_regs)]; \
468 __tmp[__i] = name##_regs[__i].reg; \
474 __tmp, ar->debug.stats.name##_counter); \
/linux/tools/perf/
A Dbuiltin-c2c.c2621 #define for_each_token(__tok, __buf, __sep, __tmp) \ argument
2622 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \
2623 __tok = strtok_r(NULL, __sep, &__tmp))
/linux/net/tipc/
A Dcrypto.c320 struct tipc_aead *__tmp = rcu_dereference_protected((rcu_ptr), \
323 tipc_aead_put(__tmp); \
/linux/fs/btrfs/
A Dsend.c605 __le##bits __tmp = cpu_to_le##bits(value); \
606 return tlv_put(sctx, attr, &__tmp, sizeof(__tmp)); \

Completed in 69 milliseconds