Searched refs:current_task (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | current.h | 11 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 D | current.h | 17 #define current ((struct task_struct *const)S390_lowcore.current_task)
|
| H A D | lowcore.h | 103 __u64 current_task; /* 0x0340 */ member
|
| /OK3568_Linux_fs/kernel/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 | 250 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 D | lima_gp.c | 25 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 D | lima_sched.h | 58 struct lima_sched_task *current_task; member
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | native.bbclass | 215 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 D | staging.bbclass | 671 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 D | 0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch | 23 if (use_shared_stack() || current_task == NULL)
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp/ |
| H A D | 0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch | 126 - 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 D | process_32.c | 212 this_cpu_write(current_task, next_p); in __switch_to()
|
| H A D | process_64.c | 593 this_cpu_write(current_task, next_p); in __switch_to()
|
| H A D | smpboot.c | 1005 per_cpu(current_task, cpu) = idle; in common_cpu_up()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | common.c | 1852 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 D | asm-offsets.c | 133 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
|
| H A D | setup.c | 405 lc->current_task = (unsigned long)&init_task; in setup_lowcore_dat_off()
|
| H A D | smp.c | 290 lc->current_task = (unsigned long) tsk; in pcpu_attach_task()
|
| /OK3568_Linux_fs/kernel/arch/arc/ |
| H A D | Kconfig | 536 bool "Dedicate Register r25 for current_task pointer"
|