Searched refs:current_task (Results 1 – 20 of 20) 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/arch/x86/include/asm/ |
| H A D | current.h | 15 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 D | current.h | 22 lc_current = offsetof(struct lowcore, current_task); in get_current()
|
| H A D | lowcore.h | 134 __u64 current_task; /* 0x0340 */ member
|
| /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 | 235 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 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()
|
| H A D | lima_sched.h | 55 struct lima_sched_task *current_task; member
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 325 movq current_task(%rdx), %rax 436 movq PER_CPU_VAR(current_task), %rcx
|
| 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 | 670 raw_cpu_write(current_task, next_p); in __switch_to()
|
| H A D | smpboot.c | 977 per_cpu(current_task, cpu) = idle; in common_cpu_up()
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2097 .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 D | verifier.c | 24069 insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, (u32)(unsigned long)¤t_task); in do_misc_fixups()
|
| /linux/arch/s390/kernel/ |
| H A D | asm-offsets.c | 130 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
|
| H A D | setup.c | 413 lc->current_task = (unsigned long)&init_task; in setup_lowcore()
|
| H A D | smp.c | 274 lc->current_task = (unsigned long)tsk; in pcpu_attach_task()
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 2236 DEFINE_PER_CPU_CACHE_HOT(struct task_struct *, current_task) = &init_task; 2237 EXPORT_PER_CPU_SYMBOL(current_task);
|
| /linux/include/linux/ |
| H A D | filter.h | 1585 struct task_struct *current_task; member
|