Searched refs:next_task (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/fsl/bestcomm/
H A Dbestcomm_priv.h335 bcom_set_task_auto_start(int task, int next_task) argument
338 out_be16(tcr, (in_be16(tcr) & ~0xff) | 0x00c0 | next_task);
/linux-master/kernel/sched/
H A Drt.c2004 struct task_struct *next_task; local
2011 next_task = pick_next_pushable_task(rq);
2012 if (!next_task)
2017 * It's possible that the next_task slipped in of
2021 if (unlikely(next_task->prio < rq->curr->prio)) {
2026 if (is_migration_disabled(next_task)) {
2036 * be of higher priority than next_task, so no need to
2050 * Given we found a CPU with lower priority than @next_task,
2068 if (WARN_ON(next_task == rq->curr))
2072 get_task_struct(next_task);
[all...]
H A Ddeadline.c2388 struct task_struct *next_task; local
2392 next_task = pick_next_pushable_dl_task(rq);
2393 if (!next_task)
2398 * If next_task preempts rq->curr, and rq->curr
2400 * without going further in pushing next_task.
2403 dl_time_before(next_task->dl.deadline, rq->curr->dl.deadline) &&
2409 if (is_migration_disabled(next_task))
2412 if (WARN_ON(next_task == rq->curr))
2416 get_task_struct(next_task);
2419 later_rq = find_lock_later_rq(next_task, r
[all...]
/linux-master/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c229 struct cmdq_task *next_task; local
234 next_task = list_first_entry_or_null(&thread->task_busy_list,
236 if (next_task)
237 writel(next_task->pa_base >> cmdq->pdata->shift,
/linux-master/kernel/bpf/
H A Dtask_iter.c524 goto next_task;
558 goto next_task;
565 next_task:
1024 kit->task = next_task(kit->task);
/linux-master/include/linux/sched/
H A Dsignal.h634 #define next_task(p) \ macro
638 for (p = &init_task ; (p = next_task(p)) != &init_task ; )

Completed in 205 milliseconds