Home
last modified time | relevance | path

Searched refs:set_task_cpu (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dsched.h2216 extern void set_task_cpu(struct task_struct *p, unsigned int cpu);
2225 static inline void set_task_cpu(struct task_struct *p, unsigned int cpu) in set_task_cpu() function
/linux/kernel/sched/
H A Dcore.c2438 set_task_cpu(p, new_cpu); in move_queued_task()
3219 void set_task_cpu(struct task_struct *p, unsigned int new_cpu) in set_task_cpu() function
3728 set_task_cpu(p, cpu_of(rq)); in sched_ttwu_pending()
4215 set_task_cpu(p, cpu); in try_to_wake_up()
H A Ddeadline.c709 set_task_cpu(p, later_rq->cpu); in dl_task_offline_migration()
H A Dsched.h3902 set_task_cpu(task, dst_rq->cpu); in move_queued_task_locked()
H A Dext.c1667 set_task_cpu(p, cpu_of(dst_rq)); in move_remote_task_to_local_dsq()
H A Dfair.c9556 set_task_cpu(p, env->dst_cpu); in detach_task()