Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcurrent.h11 DECLARE_PER_CPU(struct task_struct *, current_task);
15 return this_cpu_read_stable(current_task); in get_current()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcurrent.h17 #define current ((struct task_struct *const)S390_lowcore.current_task)
H A Dlowcore.h103 __u64 current_task; /* 0x0340 */ member
/OK3568_Linux_fs/kernel/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.c250 pipe->current_task = task; in lima_sched_run_job()
444 pipe->current_task = NULL; in lima_sched_timedout_job()
518 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()
218 struct lima_sched_task *task = pipe->current_task; in lima_gp_task_recover()
H A Dlima_sched.h58 struct lima_sched_task *current_task; member
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dnative.bbclass215 current_task = "do_" + d.getVar("BB_CURRENTTASK")
216 if current_task != "do_populate_sysroot":
223 dep[1] == current_task and dep[0] != pn
H A Dstaging.bbclass671 current_task = "do_" + d.getVar("BB_CURRENTTASK")
672 if current_task not in ["do_populate_sysroot", "do_package"]:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch23 if (use_shared_stack() || current_task == NULL)
/OK3568_Linux_fs/buildroot/package/python-aiohttp/
H A D0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch126 - self._task = current_task(loop=self._loop)
159 -from .helpers import CeilTimeout, current_task
160 +from .helpers import ceil_timeout, current_task
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess_32.c212 this_cpu_write(current_task, next_p); in __switch_to()
H A Dprocess_64.c593 this_cpu_write(current_task, next_p); in __switch_to()
H A Dsmpboot.c1005 per_cpu(current_task, cpu) = idle; in common_cpu_up()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c1852 DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =
1854 EXPORT_PER_CPU_SYMBOL(current_task);
1895 DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task;
1896 EXPORT_PER_CPU_SYMBOL(current_task);
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dasm-offsets.c133 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
H A Dsetup.c405 lc->current_task = (unsigned long)&init_task; in setup_lowcore_dat_off()
H A Dsmp.c290 lc->current_task = (unsigned long) tsk; in pcpu_attach_task()
/OK3568_Linux_fs/kernel/arch/arc/
H A DKconfig536 bool "Dedicate Register r25 for current_task pointer"