Searched refs:next_task (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/sched/ |
| A D | rt.c | 1986 struct task_struct *next_task; in push_rt_task() local 1994 if (!next_task) in push_rt_task() 2008 if (is_migration_disabled(next_task)) { in push_rt_task() 2050 if (WARN_ON(next_task == rq->curr)) in push_rt_task() 2054 get_task_struct(next_task); in push_rt_task() 2069 if (task == next_task) { in push_rt_task() 2086 put_task_struct(next_task); in push_rt_task() 2087 next_task = task; in push_rt_task() 2091 deactivate_task(rq, next_task, 0); in push_rt_task() 2093 activate_task(lowest_rq, next_task, 0); in push_rt_task() [all …]
|
| A D | deadline.c | 2696 struct task_struct *next_task; in push_dl_task() local 2701 if (!next_task) in push_dl_task() 2717 if (is_migration_disabled(next_task)) in push_dl_task() 2720 if (WARN_ON(next_task == rq->curr)) in push_dl_task() 2724 get_task_struct(next_task); in push_dl_task() 2737 if (task == next_task) { in push_dl_task() 2749 put_task_struct(next_task); in push_dl_task() 2750 next_task = task; in push_dl_task() 2754 deactivate_task(rq, next_task, 0); in push_dl_task() 2756 activate_task(later_rq, next_task, 0); in push_dl_task() [all …]
|
| /linux/include/linux/fsl/bestcomm/ |
| A D | bestcomm_priv.h | 335 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/drivers/mailbox/ |
| A D | mtk-cmdq-mailbox.c | 228 struct cmdq_task *next_task; in cmdq_task_handle_error() local 233 next_task = list_first_entry_or_null(&thread->task_busy_list, in cmdq_task_handle_error() 235 if (next_task) in cmdq_task_handle_error() 236 writel(next_task->pa_base >> cmdq->pdata->shift, in cmdq_task_handle_error()
|
| /linux/kernel/bpf/ |
| A D | task_iter.c | 521 goto next_task; in task_vma_seq_get_next() 555 goto next_task; in task_vma_seq_get_next() 562 next_task: in task_vma_seq_get_next() 1021 kit->task = next_task(kit->task); in bpf_iter_task_next()
|
| /linux/include/linux/sched/ |
| A D | signal.h | 633 #define next_task(p) \ macro 637 for (p = &init_task ; (p = next_task(p)) != &init_task ; )
|
| /linux/Documentation/RCU/ |
| A D | listRCU.rst | 32 #define next_task(p) \ 36 for (p = &init_task ; (p = next_task(p)) != &init_task ; )
|
Completed in 26 milliseconds