Home
last modified time | relevance | path

Searched refs:select_task_rq (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Dstop_task.c130 .select_task_rq = select_task_rq_stop,
H A Didle.c502 .select_task_rq = select_task_rq_idle,
H A Dcore.c2373 * 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 Ddeadline.c2552 .select_task_rq = select_task_rq_dl,
H A Drt.c2750 .select_task_rq = select_task_rq_rt,
H A Dsched.h1940 int (*select_task_rq)(struct task_struct *p, int task_cpu, int sd_flag, int flags); member
H A Dfair.c12018 .select_task_rq = select_task_rq_fair,
/kernel/linux/linux-6.6/kernel/sched/
H A Dstop_task.c135 .select_task_rq = select_task_rq_stop,
H A Didle.c494 .select_task_rq = select_task_rq_idle,
H A Dcore.c3633 * 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 Ddeadline.c2738 .select_task_rq = select_task_rq_dl,
H A Dsched.h2406 int (*select_task_rq)(struct task_struct *p, int task_cpu, int flags); member
H A Drt.c3002 .select_task_rq = select_task_rq_rt,
H A Dfair.c13607 .select_task_rq = select_task_rq_fair,

Completed in 80 milliseconds