Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dcurrent.h18 struct task_struct *current_task; member
47 return this_cpu_read_const(const_pcpu_hot.current_task); in get_current()
49 return this_cpu_read_stable(pcpu_hot.current_task); in get_current()
/linux/scripts/gdb/linux/
A Dcpus.py172 current_task = current_task_addr.cast(task_ptr_type)
173 return current_task.dereference()
182 current_task = current_tp.cast(task_ptr_type)
189 current_task = scratch_reg.cast(task_ptr_type)
191 return current_task.dereference()
/linux/arch/s390/include/asm/
A Dcurrent.h17 #define current ((struct task_struct *const)get_lowcore()->current_task)
A Dlowcore.h132 __u64 current_task; /* 0x0340 */ member
/linux/drivers/gpu/drm/i915/display/
A Dintel_display_driver.c393 char current_task[TASK_COMM_LEN + 16]; in intel_display_driver_check_access() local
400 snprintf(current_task, sizeof(current_task), "%s[%d]", in intel_display_driver_check_access()
411 current_task, allowed_task); in intel_display_driver_check_access()
/linux/drivers/gpu/drm/lima/
A 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()
A Dlima_sched.h55 struct lima_sched_task *current_task; member
A Dlima_gp.c25 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()
A Dlima_sched.c231 pipe->current_task = task; in lima_sched_run_job()
461 pipe->current_task = NULL; in lima_sched_timedout_job()
539 struct lima_sched_task *task = pipe->current_task; in lima_sched_pipe_task_done()
/linux/arch/x86/kernel/
A Dprocess_32.c209 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
A Dasm-offsets.c111 OFFSET(X86_current_task, pcpu_hot, current_task); in common()
A Dprocess_64.c671 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
A Dsmpboot.c857 per_cpu(pcpu_hot.current_task, cpu) = idle; in common_cpu_up()
/linux/kernel/bpf/
A Dcgroup.c1918 .current_task = current, in __cgroup_bpf_run_filter_getsockopt()
2004 .current_task = current, in __cgroup_bpf_run_filter_getsockopt_kern()
2485 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access()
2487 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
2499 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access()
2501 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
/linux/arch/s390/kernel/
A Dasm-offsets.c127 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
A Dsetup.c422 lc->current_task = (unsigned long)&init_task; in setup_lowcore()
A Dsmp.c284 lc->current_task = (unsigned long)tsk; in pcpu_attach_task()
/linux/include/linux/
A Dfilter.h1548 struct task_struct *current_task; member
/linux/arch/x86/kernel/cpu/
A Dcommon.c2013 .current_task = &init_task,

Completed in 45 milliseconds