Searched refs:__t (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | signal.h | 49 struct task_struct *__t = task; \ 54 unsafe_put_user(__t->thread.TS_FPR(i), &buf[i], label); \ 55 unsafe_put_user(__t->thread.fp_state.fpscr, &buf[i], label); \ 59 struct task_struct *__t = task; \ 64 unsafe_put_user(__t->thread.fp_state.fpr[i][TS_VSRLOWOFFSET], \ 69 struct task_struct *__t = task; \ 74 unsafe_get_user(__t->thread.TS_FPR(i), &buf[i], label); \ 75 unsafe_get_user(__t->thread.fp_state.fpscr, &buf[i], label); \ 79 struct task_struct *__t = task; \ 84 unsafe_get_user(__t->thread.fp_state.fpr[i][TS_VSRLOWOFFSET], \ [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | vm86.h | 54 struct thread_struct *__t = (t); \ 55 if (__t->vm86 != NULL) { \ 56 kfree(__t->vm86); \ 57 __t->vm86 = NULL; \
|
| /linux/security/apparmor/include/ |
| H A D | match.h | 110 TTYPE *__t = (TTYPE *) TABLE; \ 114 memcpy(__t, __b, (LEN) * sizeof(BTYPE)); \ 117 __t[__i] = NTOHX(&__b[__i]); \
|
| /linux/include/linux/ |
| H A D | wait.h | 548 struct hrtimer_sleeper __t; \ 550 hrtimer_setup_sleeper_on_stack(&__t, CLOCK_MONOTONIC, \ 553 hrtimer_set_expires_range_ns(&__t.timer, timeout, \ 555 hrtimer_sleeper_start_expires(&__t, HRTIMER_MODE_REL); \ 559 if (!__t.task) { \ 565 hrtimer_cancel(&__t.timer); \ 566 destroy_hrtimer_on_stack(&__t.timer); \
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_core_read.h | 402 /* "recursively" read a sequence of inner pointers using local __t var */ 403 #define ___rd_first(fn, src, a) ___read(fn, &__t, ___type(src), src, a); 405 ___read(fn, &__t, ___type(___nolast(__VA_ARGS__)), __t, ___last(__VA_ARGS__)); 406 #define ___rd_p1(fn, ...) const void *__t; ___rd_first(fn, __VA_ARGS__) 422 ___read(fn, dst, ___type(src, ___nolast(__VA_ARGS__)), __t, \ 512 * 1. const void *__t = s->a.b.c; 513 * 2. __t = __t->d.e; 514 * 3. __t [all...] |
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | adreno_gpu.h | 277 unsigned long __t = jiffies + ADRENO_IDLE_TIMEOUT; \ 283 } while (time_before(jiffies, __t)); \
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_submit.c | 1300 #define ADJUST_FIVE_PERCENT(__t) mul_u64_u32_div(__t, 105, 100) argument
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 5992 } *__t; member
|