Searched refs:select_task_rq (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stop_task.c | 130 .select_task_rq = select_task_rq_stop,
|
H A D | idle.c | 502 .select_task_rq = select_task_rq_idle,
|
H A D | core.c | 2373 * select_task_rq() below may allow selection of !active CPUs in order 2478 int select_task_rq(struct task_struct *p, int cpu, int sd_flags, int wake_flags) in select_task_rq() function 2487 cpu = p->sched_class->select_task_rq(p, cpu, sd_flags, wake_flags); in select_task_rq() 2975 * in order to do migration, see its use of select_task_rq()/set_task_cpu(). 3130 cpu = select_task_rq(p, p->wake_cpu, SD_BALANCE_WAKE, wake_flags); in try_to_wake_up() 3546 __set_task_cpu(p, select_task_rq(p, task_cpu(p), SD_BALANCE_FORK, 0)); in wake_up_new_task() 4092 dest_cpu = p->sched_class->select_task_rq(p, task_cpu(p), SD_BALANCE_EXEC, 0); in sched_exec() 7015 * sleeping tasks will be migrated by try_to_wake_up()->select_task_rq().
|
H A D | deadline.c | 2552 .select_task_rq = select_task_rq_dl,
|
H A D | rt.c | 2750 .select_task_rq = select_task_rq_rt,
|
H A D | sched.h | 1940 int (*select_task_rq)(struct task_struct *p, int task_cpu, int sd_flag, int flags); member
|
H A D | fair.c | 12018 .select_task_rq = select_task_rq_fair,
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | stop_task.c | 135 .select_task_rq = select_task_rq_stop,
|
H A D | idle.c | 494 .select_task_rq = select_task_rq_idle,
|
H A D | core.c | 3633 * select_task_rq() below may allow selection of !active CPUs in order 3697 * XXX When called from select_task_rq() we only in select_fallback_rq() 3740 int select_task_rq(struct task_struct *p, int cpu, int wake_flags) in select_task_rq() function 3749 cpu = p->sched_class->select_task_rq(p, cpu, wake_flags); in select_task_rq() 4329 * in order to do migration, see its use of select_task_rq()/set_task_cpu(). 4476 cpu = select_task_rq(p, p->wake_cpu, wake_flags | WF_TTWU); in try_to_wake_up() 5037 __set_task_cpu(p, select_task_rq(p, task_cpu(p), WF_FORK)); in wake_up_new_task() 5675 dest_cpu = p->sched_class->select_task_rq(p, task_cpu(p), WF_EXEC); in sched_exec() 9870 * sleeping tasks will be migrated by try_to_wake_up()->select_task_rq().
|
H A D | deadline.c | 2738 .select_task_rq = select_task_rq_dl,
|
H A D | sched.h | 2406 int (*select_task_rq)(struct task_struct *p, int task_cpu, int flags); member
|
H A D | rt.c | 3002 .select_task_rq = select_task_rq_rt,
|
H A D | fair.c | 13607 .select_task_rq = select_task_rq_fair,
|
Completed in 80 milliseconds