Searched refs:new_ops (Results 1 – 6 of 6) sorted by relevance
/xen/xen/common/sched/ |
A D | rt.c | 718 rt_switch_sched(struct scheduler *new_ops, unsigned int cpu, in rt_switch_sched() argument 721 struct rt_private *prv = rt_priv(new_ops); in rt_switch_sched() 744 init_timer(&prv->repl_timer, repl_timer_handler, (void *)new_ops, cpu); in rt_switch_sched()
|
A D | core.c | 2983 struct scheduler *new_ops = c->sched; in schedule_cpu_add() local 3008 ppriv = sched_alloc_pdata(new_ops, cpu); in schedule_cpu_add() 3015 vpriv = sched_alloc_udata(new_ops, idle->sched_unit, in schedule_cpu_add() 3019 sched_free_pdata(new_ops, ppriv, cpu); in schedule_cpu_add() 3077 new_lock = sched_switch_sched(new_ops, cpu, ppriv, vpriv); in schedule_cpu_add() 3079 sr->scheduler = new_ops; in schedule_cpu_add()
|
A D | null.c | 429 static spinlock_t *null_switch_sched(struct scheduler *new_ops, in null_switch_sched() argument 434 struct null_private *prv = null_priv(new_ops); in null_switch_sched()
|
A D | arinc653.c | 638 a653_switch_sched(struct scheduler *new_ops, unsigned int cpu, in a653_switch_sched() argument
|
A D | credit.c | 619 csched_switch_sched(struct scheduler *new_ops, unsigned int cpu, in csched_switch_sched() argument 623 struct csched_private *prv = CSCHED_PRIV(new_ops); in csched_switch_sched()
|
A D | credit2.c | 3969 csched2_switch_sched(struct scheduler *new_ops, unsigned int cpu, in csched2_switch_sched() argument 3972 struct csched2_private *prv = csched2_priv(new_ops); in csched2_switch_sched()
|
Completed in 24 milliseconds