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

/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/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/include/linux/sched/
H A Dsignal.h634 #define next_task(p) \ macro
638 for (p = &init_task ; (p = next_task(p)) != &init_task ; )
/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/kernel/sched/
H A Ddeadline.c2387 struct task_struct *next_task; local
2391 next_task = pick_next_pushable_dl_task(rq);
2392 if (!next_task)
2397 * If next_task preempts rq->curr, and rq->curr
2399 * without going further in pushing next_task.
2402 dl_time_before(next_task->dl.deadline, rq->curr->dl.deadline) &&
2408 if (is_migration_disabled(next_task))
2411 if (WARN_ON(next_task == rq->curr))
2415 get_task_struct(next_task);
2418 later_rq = find_lock_later_rq(next_task, r
[all...]
H A Drt.c2003 struct task_struct *next_task; local
2010 next_task = pick_next_pushable_task(rq);
2011 if (!next_task)
2016 * It's possible that the next_task slipped in of
2020 if (unlikely(next_task->prio < rq->curr->prio)) {
2025 if (is_migration_disabled(next_task)) {
2035 * be of higher priority than next_task, so no need to
2049 * Given we found a CPU with lower priority than @next_task,
2067 if (WARN_ON(next_task == rq->curr))
2071 get_task_struct(next_task);
[all...]

Completed in 288 milliseconds