Searched refs:set_task_cpu (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dsched.h2119 extern void set_task_cpu(struct task_struct *p, unsigned int cpu);
2128 static inline void set_task_cpu(struct task_struct *p, unsigned int cpu) function
/linux-master/kernel/sched/
H A Ddeadline.c726 set_task_cpu(p, later_rq->cpu);
1958 * Since p->state == TASK_WAKING, set_task_cpu() has been called
2447 set_task_cpu(next_task, later_rq->cpu);
2535 set_task_cpu(p, this_cpu);
H A Dcore.c526 * task_cpu(p): is changed by set_task_cpu(), the rules are:
528 * - Don't call set_task_cpu() on a blocked task:
2526 set_task_cpu(p, new_cpu);
2716 set_task_cpu(p, lowest_rq->cpu);
3348 void set_task_cpu(struct task_struct *p, unsigned int new_cpu) function
3354 * We should never call set_task_cpu() on a blocked task,
3418 set_task_cpu(p, cpu);
3642 * In order not to call set_task_cpu() on a blocking task we need
3893 set_task_cpu(p, cpu_of(rq));
4173 * set_task_cpu(
[all...]
H A Drt.c2110 set_task_cpu(next_task, lowest_rq->cpu);
2383 set_task_cpu(p, this_cpu);
H A Dfair.c9019 set_task_cpu(p, env->dst_cpu);

Completed in 282 milliseconds