Searched refs:current_task (Results 1 – 15 of 15) sorted by relevance
11 DECLARE_PER_CPU(struct task_struct *, current_task);15 return this_cpu_read_stable(current_task); in get_current()
17 #define current ((struct task_struct *const)S390_lowcore.current_task)
103 __u64 current_task; /* 0x0340 */ member
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()
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()
58 struct lima_sched_task *current_task; member
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()
214 this_cpu_write(current_task, next_p); in __switch_to()
595 this_cpu_write(current_task, next_p); in __switch_to()
1003 per_cpu(current_task, cpu) = idle; in common_cpu_up()
1738 DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =1740 EXPORT_PER_CPU_SYMBOL(current_task);1781 DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task;1782 EXPORT_PER_CPU_SYMBOL(current_task);
133 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
405 lc->current_task = (unsigned long)&init_task; in setup_lowcore_dat_off()
289 lc->current_task = (unsigned long) tsk; in pcpu_attach_task()
536 bool "Dedicate Register r25 for current_task pointer"