current_task       17 arch/s390/include/asm/current.h #define current ((struct task_struct *const)S390_lowcore.current_task)
current_task      103 arch/s390/include/asm/lowcore.h 	__u64	current_task;			/* 0x0340 */
current_task      162 arch/s390/kernel/asm-offsets.c 	OFFSET(__LC_CURRENT, lowcore, current_task);
current_task      410 arch/s390/kernel/setup.c 	lc->current_task = (unsigned long)&init_task;
current_task      288 arch/s390/kernel/smp.c 	lc->current_task = (unsigned long) tsk;
current_task       11 arch/x86/include/asm/current.h DECLARE_PER_CPU(struct task_struct *, current_task);
current_task       15 arch/x86/include/asm/current.h 	return this_cpu_read_stable(current_task);
current_task     1698 arch/x86/kernel/cpu/common.c DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =
current_task     1700 arch/x86/kernel/cpu/common.c EXPORT_PER_CPU_SYMBOL(current_task);
current_task     1760 arch/x86/kernel/cpu/common.c DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task;
current_task     1761 arch/x86/kernel/cpu/common.c EXPORT_PER_CPU_SYMBOL(current_task);
current_task      293 arch/x86/kernel/process_32.c 	this_cpu_write(current_task, next_p);
current_task      565 arch/x86/kernel/process_64.c 	this_cpu_write(current_task, next_p);
current_task     1009 arch/x86/kernel/smpboot.c 	per_cpu(current_task, cpu) = idle;
current_task       70 drivers/gpu/drm/lima/lima_pp.c 	if (!pipe->current_task)
current_task       73 drivers/gpu/drm/lima/lima_pp.c 	frame = pipe->current_task->frame;
current_task      147 drivers/gpu/drm/lima/lima_pp.c 		struct drm_lima_m450_pp_frame *frame = pipe->current_task->frame;
current_task      216 drivers/gpu/drm/lima/lima_sched.c 	pipe->current_task = task;
current_task      281 drivers/gpu/drm/lima/lima_sched.c 	pipe->current_task = NULL;
current_task      325 drivers/gpu/drm/lima/lima_sched.c 	struct lima_sched_task *task = pipe->current_task;
current_task      354 drivers/gpu/drm/lima/lima_sched.c 		struct lima_sched_task *task = pipe->current_task;
current_task       44 drivers/gpu/drm/lima/lima_sched.h 	struct lima_sched_task *current_task;