Searched refs:dest_cpu (Results 1 – 3 of 3) sorted by relevance
/kernel/sched/ |
D | core.c | 2561 int dest_cpu; member 2587 struct task_struct *p, int dest_cpu) in __migrate_task() argument 2590 if (!is_cpu_allowed(p, dest_cpu)) in __migrate_task() 2594 rq = move_queued_task(rq, rf, p, dest_cpu); in __migrate_task() 2653 rq = __migrate_task(rq, &rf, p, arg->dest_cpu); in migration_cpu_stop() 2655 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop() 2953 int dest_cpu, unsigned int flags) in affine_move_task() argument 3000 .dest_cpu = dest_cpu, in affine_move_task() 3016 pending->arg.dest_cpu = dest_cpu; in affine_move_task() 3064 rq = move_queued_task(rq, rf, p, dest_cpu); in affine_move_task() [all …]
|
D | sched.h | 1592 struct task_struct *p, int dest_cpu);
|
D | fair.c | 5318 int src_cpu, int dest_cpu) in throttled_lb_pair() argument 5323 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair() 6000 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
|