Home
last modified time | relevance | path

Searched refs:next_task (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/fsl/bestcomm/
H A Dbestcomm_priv.h335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start() argument
338 out_be16(tcr, (in_be16(tcr) & ~0xff) | 0x00c0 | next_task); in bcom_set_task_auto_start()
/linux/kernel/sched/
H A Ddeadline.c3137 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->curr
3149 * 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, r
2923 struct task_struct *next_task; push_dl_task() local
[all...]
/linux/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c293 struct cmdq_task *next_task; in cmdq_task_handle_error() local
298 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()