Searched refs:__t (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/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.4.14/arch/x86/include/asm/ |
| D | vm86.h | 54 struct thread_struct *__t = (t); \ 55 if (__t->vm86 != NULL) { \ 56 kfree(__t->vm86); \ 57 __t->vm86 = NULL; \
|
| /linux-4.4.14/arch/unicore32/include/asm/ |
| D | bitops.h | 36 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
|
| /linux-4.4.14/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.4.14/arch/arc/include/asm/ |
| D | bitops.h | 284 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); })
|
| /linux-4.4.14/include/linux/ |
| D | wait.h | 465 struct hrtimer_sleeper __t; \ 467 hrtimer_init_on_stack(&__t.timer, CLOCK_MONOTONIC, \ 469 hrtimer_init_sleeper(&__t, current); \ 471 hrtimer_start_range_ns(&__t.timer, timeout, \ 476 if (!__t.task) { \ 482 hrtimer_cancel(&__t.timer); \ 483 destroy_hrtimer_on_stack(&__t.timer); \
|
| /linux-4.4.14/security/apparmor/include/ |
| D | match.h | 107 TYPE *__t = (TYPE *) TABLE; \ 110 __t[__i] = NTOHX(__b[__i]); \
|
| /linux-4.4.14/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.4.14/tools/perf/util/ |
| D | parse-events.c | 877 struct perf_evsel_config_term *__t; \ in get_config_terms() 879 __t = zalloc(sizeof(*__t)); \ in get_config_terms() 880 if (!__t) \ in get_config_terms() 883 INIT_LIST_HEAD(&__t->list); \ in get_config_terms() 884 __t->type = PERF_EVSEL__CONFIG_TERM_ ## __type; \ in get_config_terms() 885 __t->val.__name = __val; \ in get_config_terms() 886 list_add_tail(&__t->list, head_terms); \ in get_config_terms()
|
| /linux-4.4.14/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
|