Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcurrent.h17 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 Dcurrent.h17 #define current ((struct task_struct *const)S390_lowcore.current_task)
H A Dlowcore.h127 __u64 current_task; /* 0x0340 */ member
/openbmc/linux/scripts/gdb/linux/
H A Dcpus.py177 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 D0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch25 if (use_shared_stack() || current_task == NULL)
/openbmc/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.h55 struct lima_sched_task *current_task; member
H A Dlima_sched.c231 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 Dlima_gp.c25 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 Dnative.bbclass226 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 Dprocess_32.c210 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
H A Dasm-offsets.c118 OFFSET(X86_current_task, pcpu_hot, current_task); in common()
H A Dprocess_64.c623 raw_cpu_write(pcpu_hot.current_task, next_p); in __switch_to()
H A Dsmpboot.c965 per_cpu(pcpu_hot.current_task, cpu) = idle; in common_cpu_up()
/openbmc/linux/kernel/bpf/
H A Dcgroup.c1920 .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 Dasm-offsets.c127 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
H A Dsetup.c428 lc->current_task = (unsigned long)&init_task; in setup_lowcore()
H A Dsmp.c288 lc->current_task = (unsigned long)tsk; in pcpu_attach_task()
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass466 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 Dtaskexp_ncurses.py1450 current_task = active_package.get_selected()
1456 dep.select(current_task)
/openbmc/openbmc/poky/meta/classes-global/
H A Dstaging.bbclass678 current_task = "do_" + d.getVar("BB_CURRENTTASK")
679 if current_task not in ["do_populate_sysroot", "do_package"]:
/openbmc/linux/include/linux/
H A Dfilter.h1345 struct task_struct *current_task; member
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c2099 .current_task = &init_task,