Searched refs:current_task (Results 1 – 16 of 16) sorted by relevance
11 DECLARE_PER_CPU(struct task_struct *, current_task);15 return this_cpu_read_stable(current_task); in get_current()
171 current_task = current_task_addr.cast(task_ptr_type)172 return current_task.dereference()
17 #define current ((struct task_struct *const)S390_lowcore.current_task)
117 __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()
231 pipe->current_task = task; in lima_sched_run_job()427 pipe->current_task = NULL; in lima_sched_timedout_job()503 struct lima_sched_task *task = pipe->current_task; in lima_sched_pipe_task_done()
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()
55 struct lima_sched_task *current_task; member
213 this_cpu_write(current_task, next_p); in __switch_to()
619 this_cpu_write(current_task, next_p); in __switch_to()
1059 per_cpu(current_task, cpu) = idle; in common_cpu_up()
1778 DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =1780 EXPORT_PER_CPU_SYMBOL(current_task);1829 DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task;1830 EXPORT_PER_CPU_SYMBOL(current_task);
112 OFFSET(__LC_CURRENT, lowcore, current_task); in main()
444 lc->current_task = (unsigned long)&init_task; in setup_lowcore_dat_off()
281 lc->current_task = (unsigned long) tsk; in pcpu_attach_task()
493 bool "Dedicate Register r25 for current_task pointer"
Completed in 35 milliseconds