Searched refs:master_cpu (Results 1 – 4 of 4) sorted by relevance
/xen/xen/common/sched/ |
A D | cpupool.c | 551 unsigned int master_cpu; in cpupool_unassign_cpu() local 559 master_cpu = sched_get_resource_cpu(cpu); in cpupool_unassign_cpu() 560 ret = cpupool_unassign_cpu_start(c, master_cpu); in cpupool_unassign_cpu() 569 if ( work_cpu == master_cpu ) in cpupool_unassign_cpu() 572 if ( work_cpu == master_cpu ) in cpupool_unassign_cpu() 694 unsigned int master_cpu; in cpupool_cpu_remove_prologue() local 700 master_cpu = sched_get_resource_cpu(cpu); in cpupool_cpu_remove_prologue() 712 if ( cpumask_test_cpu(master_cpu, cpupool0->cpu_valid) ) in cpupool_cpu_remove_prologue() 736 unsigned int master_cpu = sched_get_resource_cpu(cpu); in cpupool_cpu_remove_forced() local 740 if ( cpumask_test_cpu(master_cpu, (*c)->cpu_valid) ) in cpupool_cpu_remove_forced() [all …]
|
A D | private.h | 55 unsigned int master_cpu; member 165 return unit->res->master_cpu; in sched_unit_master() 195 return get_sched_res(cpu)->master_cpu; in sched_get_resource_cpu() 240 sched_lock(unit, const struct sched_unit *i, i->res->master_cpu, ) 242 sched_lock(unit, const struct sched_unit *i, i->res->master_cpu, _irq) in sched_lock() 244 sched_unlock(unit, const struct sched_unit *i, i->res->master_cpu, ) in sched_lock() 246 sched_unlock(unit, const struct sched_unit *i, i->res->master_cpu, _irq) in sched_lock() 252 sched_lock(unit, const struct sched_unit *i, i->res->master_cpu, _irqsave, *flags) in sched_lock() 255 sched_unlock(unit, const struct sched_unit *i, i->res->master_cpu, _irqrestore, flags) in sched_lock()
|
A D | core.c | 926 unsigned int old_cpu = unit->res->master_cpu; in sched_unit_move_locked() 1011 old_cpu = new_cpu = unit->res->master_cpu; in sched_unit_migrate_finish() 1024 old_cpu = unit->res->master_cpu; in sched_unit_migrate_finish() 1039 unit)->master_cpu; in sched_unit_migrate_finish() 2692 sr->master_cpu = cpu; in cpu_schedule_up() 3197 sr_new[idx]->master_cpu = cpu_iter; in schedule_cpu_rm()
|
A D | rt.c | 667 res = rt_res_pick_locked(unit, unit->res->master_cpu); in rt_res_pick()
|
Completed in 17 milliseconds