Searched refs:current_task (Results 1 – 19 of 19) sorted by relevance
/linux/scripts/gdb/linux/ |
H A D | cpus.py | 185 var_ptr = gdb.parse_and_eval("¤t_task") 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 | 133 __u64 current_task; /* 0x0340 */ member
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_driver.c | 431 char current_task[TASK_COMM_LEN + 16]; in intel_display_driver_check_access() local 438 snprintf(current_task, sizeof(current_task), "%s[%d]", in intel_display_driver_check_access() 448 current_task, allowed_task); in intel_display_driver_check_access()
|
/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.h | 55 struct lima_sched_task *current_task; member
|
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.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()
|
/linux/arch/x86/kernel/ |
H A D | process_32.c | 208 raw_cpu_write(current_task, next_p); in __switch_to()
|
H A D | head_64.S | 325 movq current_task(%rdx), %rax 436 movq PER_CPU_VAR(current_task), %rcx
|
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/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 | asm-offsets.c | 125 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
|
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/include/linux/ |
H A D | filter.h | 1583 struct task_struct *current_task; member
|