Searched refs:current_task (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | current.h | 17 struct task_struct *current_task; member 41 return this_cpu_read_stable(pcpu_hot.current_task); in get_current()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | current.h | 17 #define current ((struct task_struct *const)S390_lowcore.current_task)
|
A D | lowcore.h | 127 __u64 current_task; /* 0x0340 */ member
|
/linux-6.3-rc2/scripts/gdb/linux/ |
A D | cpus.py | 171 current_task = current_task_addr.cast(task_ptr_type) 172 return current_task.dereference()
|
/linux-6.3-rc2/drivers/gpu/drm/lima/ |
A D | lima_pp.c | 70 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()
|
A D | lima_sched.c | 231 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()
|
A D | lima_sched.h | 55 struct lima_sched_task *current_task; member
|
A D | lima_gp.c | 25 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-6.3-rc2/arch/x86/kernel/ |
A D | process_32.c | 210 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
|
A D | process_64.c | 620 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
|
A D | smpboot.c | 1051 per_cpu(pcpu_hot.current_task, cpu) = idle; in common_cpu_up()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | cgroup.c | 1882 .current_task = current, in __cgroup_bpf_run_filter_getsockopt() 1954 .current_task = current, in __cgroup_bpf_run_filter_getsockopt_kern() 2426 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access() 2428 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access() 2438 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access() 2440 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | asm-offsets.c | 127 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
|
A D | setup.c | 446 lc->current_task = (unsigned long)&init_task; in setup_lowcore()
|
A D | smp.c | 285 lc->current_task = (unsigned long) tsk; in pcpu_attach_task()
|
/linux-6.3-rc2/arch/arc/ |
A D | Kconfig | 492 bool "Dedicate Register r25 for current_task pointer"
|
/linux-6.3-rc2/include/linux/ |
A D | filter.h | 1350 struct task_struct *current_task; member
|
/linux-6.3-rc2/arch/x86/kernel/cpu/ |
A D | common.c | 2027 .current_task = &init_task,
|
Completed in 38 milliseconds