Searched refs:next_task (Results 1 – 3 of 3) sorted by relevance
335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start() argument338 out_be16(tcr, (in_be16(tcr) & ~0xff) | 0x00c0 | next_task); in bcom_set_task_auto_start()
3137 struct task_struct *next_task;3141 next_task = pick_next_pushable_dl_task(rq); in dl_task_needs_bw_move() 3142 if (!next_task) in dl_task_needs_bw_move() 3147 * If next_task preempts rq->curr, and rq->curr3149 * without going further in pushing next_task. in rq_online_dl() 3152 dl_time_before(next_task->dl.deadline, rq->donor->dl.deadline) && in rq_online_dl() 3158 if (is_migration_disabled(next_task))3161 if (WARN_ON(next_task == rq->curr)) in rq_offline_dl() 3165 get_task_struct(next_task); in rq_offline_dl() 3168 later_rq = find_lock_later_rq(next_task, r2923 struct task_struct *next_task; push_dl_task() local [all...]
293 struct cmdq_task *next_task; in cmdq_task_handle_error() local298 next_task = list_first_entry_or_null(&thread->task_busy_list, in cmdq_task_handle_error()300 if (next_task) in cmdq_task_handle_error()301 writel(next_task->pa_base >> cmdq->pdata->shift, in cmdq_task_handle_error()