Home
last modified time | relevance | path

Searched refs:current_task (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/
Dcurrent.h11 DECLARE_PER_CPU(struct task_struct *, current_task);
15 return this_cpu_read_stable(current_task); in get_current()
/Linux-v5.10/arch/s390/include/asm/
Dcurrent.h17 #define current ((struct task_struct *const)S390_lowcore.current_task)
Dlowcore.h103 __u64 current_task; /* 0x0340 */ member
/Linux-v5.10/drivers/gpu/drm/lima/
Dlima_pp.c70 if (!pipe->current_task) in lima_pp_bcast_irq_handler()
73 frame = pipe->current_task->frame; in lima_pp_bcast_irq_handler()
147 struct drm_lima_m450_pp_frame *frame = pipe->current_task->frame; in lima_pp_soft_reset_async_wait()
Dlima_sched.c250 pipe->current_task = task; in lima_sched_run_job()
444 pipe->current_task = NULL; in lima_sched_timedout_job()
518 struct lima_sched_task *task = pipe->current_task; in lima_sched_pipe_task_done()
Dlima_sched.h58 struct lima_sched_task *current_task; member
Dlima_gp.c25 struct lima_sched_task *task = pipe->current_task; in lima_gp_irq_handler()
218 struct lima_sched_task *task = pipe->current_task; in lima_gp_task_recover()
/Linux-v5.10/arch/x86/kernel/
Dprocess_32.c214 this_cpu_write(current_task, next_p); in __switch_to()
Dprocess_64.c595 this_cpu_write(current_task, next_p); in __switch_to()
Dsmpboot.c1003 per_cpu(current_task, cpu) = idle; in common_cpu_up()
/Linux-v5.10/arch/x86/kernel/cpu/
Dcommon.c1738 DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =
1740 EXPORT_PER_CPU_SYMBOL(current_task);
1781 DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task;
1782 EXPORT_PER_CPU_SYMBOL(current_task);
/Linux-v5.10/arch/s390/kernel/
Dasm-offsets.c133 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
Dsetup.c405 lc->current_task = (unsigned long)&init_task; in setup_lowcore_dat_off()
Dsmp.c289 lc->current_task = (unsigned long) tsk; in pcpu_attach_task()
/Linux-v5.10/arch/arc/
DKconfig536 bool "Dedicate Register r25 for current_task pointer"