Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dcpus.py190 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/arch/x86/include/asm/
H A Dcurrent.h15 DECLARE_PER_CPU_CACHE_HOT(struct task_struct *, current_task);
25 return this_cpu_read_stable(current_task); in get_current()
/linux/arch/s390/include/asm/
H A Dcurrent.h22 lc_current = offsetof(struct lowcore, current_task); in get_current()
H A Dlowcore.h134 __u64 current_task; /* 0x0340 */ member
/linux/drivers/gpu/drm/lima/
H 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()
H A Dlima_sched.c235 pipe->current_task = task; in lima_sched_run_job()
465 pipe->current_task = NULL; in lima_sched_timedout_job()
547 struct lima_sched_task *task = pipe->current_task; in lima_sched_pipe_task_done()
H 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()
H A Dlima_sched.h55 struct lima_sched_task *current_task; member
/linux/arch/x86/kernel/
H A Dhead_64.S325 movq current_task(%rdx), %rax
436 movq PER_CPU_VAR(current_task), %rcx
H A Dprocess_32.c208 raw_cpu_write(current_task, next_p); in __switch_to()
H A Dvmlinux.lds.S46 const_current_task = current_task;
H A Dprocess_64.c670 raw_cpu_write(current_task, next_p); in __switch_to()
H A Dsmpboot.c977 per_cpu(current_task, cpu) = idle; in common_cpu_up()
/linux/kernel/bpf/
H A Dcgroup.c2097 .current_task = current, in __cgroup_bpf_run_filter_getsockopt()
2183 .current_task = current, in __cgroup_bpf_run_filter_getsockopt_kern()
2656 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access()
2658 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
2670 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access()
2672 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
H A Dverifier.c24069 insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, (u32)(unsigned long)&current_task); in do_misc_fixups()
/linux/arch/s390/kernel/
H A Dasm-offsets.c130 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
H A Dsetup.c413 lc->current_task = (unsigned long)&init_task; in setup_lowcore()
H A Dsmp.c274 lc->current_task = (unsigned long)tsk; in pcpu_attach_task()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2236 DEFINE_PER_CPU_CACHE_HOT(struct task_struct *, current_task) = &init_task;
2237 EXPORT_PER_CPU_SYMBOL(current_task);
/linux/include/linux/
H A Dfilter.h1585 struct task_struct *current_task; member