Searched refs:select_task_rq (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/sched/ |
| H A D | stop_task.c | 111 .select_task_rq = select_task_rq_stop,
|
| H A D | idle.c | 582 .select_task_rq = select_task_rq_idle,
|
| H A D | core.c | 3502 * select_task_rq() below may allow selection of !active CPUs in order in select_fallback_rq() 3574 int select_task_rq(struct task_struct *p, int cpu, int *wake_flags) in sched_set_stop_task() 3579 cpu = p->sched_class->select_task_rq(p, cpu, *wake_flags); in sched_set_stop_task() 4138 * in order to do migration, see its use of select_task_rq()/set_task_cpu(). in try_to_wake_up() 4290 cpu = select_task_rq(p, p->wake_cpu, &wake_flags); 4841 __set_task_cpu(p, select_task_rq(p, task_cpu(p), &wake_flags)); 5507 dest_cpu = p->sched_class->select_task_rq(p, task_cpu(p), WF_EXEC); in cpu_resched_latency() 6759 * the pi_lock (needed for select_task_rq) as well. 6796 cpu = select_task_rq(p, p->wake_cpu, &wake_flag); in __schedule() 3516 int select_task_rq(struct task_struct *p, int cpu, int *wake_flags) select_task_rq() function
|
| H A D | rt.c | 2607 .select_task_rq = select_task_rq_rt,
|
| H A D | deadline.c | 3433 .select_task_rq = select_task_rq_dl,
|
| H A D | sched.h | 2430 #define WF_RQ_SELECTED 0x80 /* ->select_task_rq() was called */ 2476 * ENQUEUE_RQ_SELECTED - ->select_task_rq() was called 2590 * select_task_rq: p->pi_lock 2593 int (*select_task_rq)(struct task_struct *p, int task_cpu, int flags); 3006 * cpu = select_task_rq(); 2574 int (*select_task_rq)(struct task_struct *p, int task_cpu, int flags); global() member
|
| H A D | ext.c | 4442 .select_task_rq = select_task_rq_scx, in scx_disable_workfn()
|
| H A D | fair.c | 14184 .select_task_rq = select_task_rq_fair,
|