Searched refs:current_task (Results 1 – 14 of 14) sorted by relevance
/linux/scripts/gdb/linux/ |
H A D | cpus.py | 190 current_task = current_task_addr.cast(task_ptr_type) 191 return current_task.dereference() 200 current_task = current_tp.cast(task_ptr_type) 207 current_task = scratch_reg.cast(task_ptr_type) 209 return current_task.dereference()
|
/linux/drivers/gpu/drm/lima/ |
H 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()
|
H A D | lima_sched.c | 233 pipe->current_task = task; in lima_sched_run_job() 463 pipe->current_task = NULL; in lima_sched_timedout_job() 545 struct lima_sched_task *task = pipe->current_task; in lima_sched_pipe_task_done()
|
H A D | lima_gp.c | 25 struct lima_sched_task *task = pipe->current_task; in lima_gp_irq_handler() 246 struct lima_sched_task *task = pipe->current_task; in lima_gp_task_recover()
|
/linux/arch/x86/kernel/ |
H A D | process_32.c | 208 raw_cpu_write(current_task, next_p); in __switch_to()
|
H A D | vmlinux.lds.S | 46 const_current_task = current_task;
|
H A D | process_64.c | 671 raw_cpu_write(current_task, next_p); in __switch_to()
|
H A D | smpboot.c | 821 per_cpu(current_task, cpu) = idle; in common_cpu_up()
|
/linux/arch/s390/include/asm/ |
H A D | lowcore.h | 133 __u64 current_task; /* 0x0340 */ member
|
/linux/kernel/bpf/ |
H A D | cgroup.c | 2102 .current_task = current, in __cgroup_bpf_run_filter_getsockopt() 2188 .current_task = current, in __cgroup_bpf_run_filter_getsockopt_kern() 2661 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access() 2663 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access() 2675 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access() 2677 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
|
/linux/arch/s390/kernel/ |
H A D | setup.c | 415 lc->current_task = (unsigned long)&init_task; in setup_lowcore()
|
H A D | smp.c | 275 lc->current_task = (unsigned long)tsk; in pcpu_attach_task()
|
/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 2170 DEFINE_PER_CPU_CACHE_HOT(struct task_struct *, current_task) = &init_task; 2171 EXPORT_PER_CPU_SYMBOL(current_task);
|
/linux/include/linux/ |
H A D | filter.h | 1583 struct task_struct *current_task; member
|