Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/arch/s390/include/asm/
Dcurrent.h17 #define current ((struct task_struct *const)S390_lowcore.current_task)
Dlowcore.h116 __u64 current_task; /* 0x0340 */ member
/Linux-v5.15/scripts/gdb/linux/
Dcpus.py171 current_task = current_task_addr.cast(task_ptr_type)
172 return current_task.dereference()
/Linux-v5.15/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()
446 pipe->current_task = NULL; in lima_sched_timedout_job()
523 struct lima_sched_task *task = pipe->current_task; in lima_sched_pipe_task_done()
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()
Dlima_sched.h58 struct lima_sched_task *current_task; member
/Linux-v5.15/arch/x86/kernel/
Dprocess_32.c214 this_cpu_write(current_task, next_p); in __switch_to()
Dprocess_64.c620 this_cpu_write(current_task, next_p); in __switch_to()
Dsmpboot.c1010 per_cpu(current_task, cpu) = idle; in common_cpu_up()
/Linux-v5.15/arch/x86/kernel/cpu/
Dcommon.c1743 DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =
1745 EXPORT_PER_CPU_SYMBOL(current_task);
1794 DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task;
1795 EXPORT_PER_CPU_SYMBOL(current_task);
/Linux-v5.15/arch/s390/kernel/
Dasm-offsets.c110 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
Dsetup.c441 lc->current_task = (unsigned long)&init_task; in setup_lowcore_dat_off()
Dsmp.c281 lc->current_task = (unsigned long) tsk; in pcpu_attach_task()
/Linux-v5.15/arch/arc/
DKconfig494 bool "Dedicate Register r25 for current_task pointer"