Searched refs:__t (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/m32r/kernel/ |
D | module.c | 33 void *__s = &(sw), *__t = &(tw); \ 34 unsigned short *__s2 = __s, *__t2 =__t; \ 35 unsigned char *__s1 = __s, *__t1 =__t; \ 39 *(unsigned long *) __t = *(unsigned long *) __s; \ 56 void *__s = &(sw), *__t = &(tw); \ 57 unsigned short *__s2 = __s, *__t2 =__t; \ 58 unsigned char *__s1 = __s, *__t1 =__t; \
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | bitops.h | 36 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
|
/linux-4.1.27/arch/arm/include/asm/ |
D | div64.h | 93 unsigned long long __res, __x, __t, __m, __n = n; \ 107 __t = __res; \ 109 __t = (__res < __t) ? (1ULL << 32) : 0; \ 110 __res = (__res >> 32) + __t; \
|
/linux-4.1.27/arch/arc/include/asm/ |
D | bitops.h | 297 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_timeout.h | 26 #define NF_CT_TIMEOUT_EXT_DATA(__t) (unsigned int *) &((__t)->timeout->data) argument
|
/linux-4.1.27/include/linux/ |
D | wait.h | 452 struct hrtimer_sleeper __t; \ 454 hrtimer_init_on_stack(&__t.timer, CLOCK_MONOTONIC, \ 456 hrtimer_init_sleeper(&__t, current); \ 458 hrtimer_start_range_ns(&__t.timer, timeout, \ 463 if (!__t.task) { \ 469 hrtimer_cancel(&__t.timer); \ 470 destroy_hrtimer_on_stack(&__t.timer); \
|
/linux-4.1.27/security/apparmor/include/ |
D | match.h | 107 TYPE *__t = (TYPE *) TABLE; \ 110 __t[__i] = NTOHX(__b[__i]); \
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.h | 179 unsigned long __t = jiffies + ADRENO_IDLE_TIMEOUT; \ 185 } while (time_before(jiffies, __t)); \
|
/linux-4.1.27/drivers/media/i2c/ |
D | s5k4ecgx.c | 87 #define US_TO_FR_TIME(__t) ((__t) / 100) argument
|
D | s5k6aa.c | 125 #define US_TO_FR_TIME(__t) ((__t) / 100) argument
|