/openbmc/linux/arch/x86/include/asm/ |
H A D | current.h | 17 struct task_struct *current_task; member 41 return this_cpu_read_stable(pcpu_hot.current_task); in get_current()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | current.h | 17 #define current ((struct task_struct *const)S390_lowcore.current_task)
|
H A D | lowcore.h | 127 __u64 current_task; /* 0x0340 */ member
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | cpus.py | 177 current_task = current_task_addr.cast(task_ptr_type) 178 return current_task.dereference()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch | 25 if (use_shared_stack() || current_task == NULL)
|
/openbmc/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_sched.c | 231 pipe->current_task = task; in lima_sched_run_job() 435 pipe->current_task = NULL; in lima_sched_timedout_job() 511 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() 237 struct lima_sched_task *task = pipe->current_task; in lima_gp_task_recover()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | native.bbclass | 226 current_task = "do_" + d.getVar("BB_CURRENTTASK") 227 if current_task != "do_populate_sysroot": 234 dep[1] == current_task and dep[0] != pn
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process_32.c | 210 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
|
H A D | asm-offsets.c | 118 OFFSET(X86_current_task, pcpu_hot, current_task); in common()
|
H A D | process_64.c | 623 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
|
H A D | smpboot.c | 965 per_cpu(pcpu_hot.current_task, cpu) = idle; in common_cpu_up()
|
/openbmc/linux/kernel/bpf/ |
H A D | cgroup.c | 1920 .current_task = current, in __cgroup_bpf_run_filter_getsockopt() 2006 .current_task = current, in __cgroup_bpf_run_filter_getsockopt_kern() 2487 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access() 2489 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access() 2501 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access() 2503 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | asm-offsets.c | 127 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
|
H A D | setup.c | 428 lc->current_task = (unsigned long)&init_task; in setup_lowcore()
|
H A D | smp.c | 288 lc->current_task = (unsigned long)tsk; in pcpu_attach_task()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 466 current_task = "do_" + d.getVar("BB_CURRENTTASK") 472 if this_dep[0] == pn and this_dep[1] == current_task: 475 bb.fatal(f"Unable to find this {pn}:{current_task} in taskdepdata")
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 1450 current_task = active_package.get_selected() 1456 dep.select(current_task)
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | staging.bbclass | 678 current_task = "do_" + d.getVar("BB_CURRENTTASK") 679 if current_task not in ["do_populate_sysroot", "do_package"]:
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 1345 struct task_struct *current_task; member
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 2099 .current_task = &init_task,
|