Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Dsched.h1565 static inline void set_task_rq(struct task_struct *p, unsigned int cpu) in set_task_rq() function
1585 static inline void set_task_rq(struct task_struct *p, unsigned int cpu) { } in set_task_rq() function
1595 set_task_rq(p, cpu); in __set_task_cpu()
Dfair.c10949 set_task_rq(p, task_cpu(p)); in task_set_group_fair()
10956 set_task_rq(p, task_cpu(p)); in task_move_group_fair()
Dcore.c7538 set_task_rq(tsk, task_cpu(tsk)); in sched_change_group()