Home
last modified time | relevance | path

Searched refs:set_task_rq (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/sched/
Dsched.h1298 static inline void set_task_rq(struct task_struct *p, unsigned int cpu) in set_task_rq() function
1318 static inline void set_task_rq(struct task_struct *p, unsigned int cpu) { } in set_task_rq() function
1328 set_task_rq(p, cpu); in __set_task_cpu()
Dfair.c9889 set_task_rq(p, task_cpu(p)); in task_set_group_fair()
9896 set_task_rq(p, task_cpu(p)); in task_move_group_fair()
Dcore.c6333 set_task_rq(tsk, task_cpu(tsk)); in sched_change_group()