Home
last modified time | relevance | path

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

/linux-5.19.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-5.19.10/arch/s390/include/asm/
Dcurrent.h17 #define current ((struct task_struct *const)S390_lowcore.current_task)
Dlowcore.h127 __u64 current_task; /* 0x0340 */ member
/linux-5.19.10/scripts/gdb/linux/
Dcpus.py171 current_task = current_task_addr.cast(task_ptr_type)
172 return current_task.dereference()
/linux-5.19.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.h55 struct lima_sched_task *current_task; member
Dlima_sched.c231 pipe->current_task = task; in lima_sched_run_job()
428 pipe->current_task = NULL; in lima_sched_timedout_job()
504 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()
/linux-5.19.10/arch/x86/kernel/
Dprocess_32.c210 this_cpu_write(current_task, next_p); in __switch_to()
Dprocess_64.c619 this_cpu_write(current_task, next_p); in __switch_to()
Dsmpboot.c1053 per_cpu(current_task, cpu) = idle; in common_cpu_up()
/linux-5.19.10/kernel/bpf/
Dcgroup.c1645 .current_task = current, in __cgroup_bpf_run_filter_getsockopt()
1717 .current_task = current, in __cgroup_bpf_run_filter_getsockopt_kern()
2169 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access()
2171 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
2181 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access()
2183 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
/linux-5.19.10/arch/s390/kernel/
Dasm-offsets.c126 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
Dsetup.c444 lc->current_task = (unsigned long)&init_task; in setup_lowcore_dat_off()
Dsmp.c279 lc->current_task = (unsigned long) tsk; in pcpu_attach_task()
/linux-5.19.10/arch/x86/kernel/cpu/
Dcommon.c2005 DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =
2007 EXPORT_PER_CPU_SYMBOL(current_task);
2067 DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task;
2068 EXPORT_PER_CPU_SYMBOL(current_task);
/linux-5.19.10/arch/arc/
DKconfig492 bool "Dedicate Register r25 for current_task pointer"
/linux-5.19.10/include/linux/
Dfilter.h1374 struct task_struct *current_task; member