Home
last modified time | relevance | path

Searched refs:__set_task_cpu (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c2210 __set_task_cpu(p, new_cpu); in set_task_cpu()
3560 __set_task_cpu(p, smp_processor_id()); in sched_cgroup_fork()
3614 __set_task_cpu(p, select_task_rq(p, task_cpu(p), SD_BALANCE_FORK, 0)); in wake_up_new_task()
6834 __set_task_cpu(idle, cpu); in init_idle()
H A Dsched.h1647 static inline void __set_task_cpu(struct task_struct *p, unsigned int cpu) in __set_task_cpu() function