Home
last modified time | relevance | path

Searched refs:__t (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/m32r/kernel/
Dmodule.c33 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/
Dbitops.h36 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
/linux-4.1.27/arch/arm/include/asm/
Ddiv64.h93 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/
Dbitops.h297 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_timeout.h26 #define NF_CT_TIMEOUT_EXT_DATA(__t) (unsigned int *) &((__t)->timeout->data) argument
/linux-4.1.27/include/linux/
Dwait.h452 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/
Dmatch.h107 TYPE *__t = (TYPE *) TABLE; \
110 __t[__i] = NTOHX(__b[__i]); \
/linux-4.1.27/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h179 unsigned long __t = jiffies + ADRENO_IDLE_TIMEOUT; \
185 } while (time_before(jiffies, __t)); \
/linux-4.1.27/drivers/media/i2c/
Ds5k4ecgx.c87 #define US_TO_FR_TIME(__t) ((__t) / 100) argument
Ds5k6aa.c125 #define US_TO_FR_TIME(__t) ((__t) / 100) argument