Home
last modified time | relevance | path

Searched refs:new_ops (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dschedule.c1750 struct scheduler *new_ops = (c == NULL) ? &ops : c->sched; in schedule_cpu_switch() local
1768 if ( old_ops == new_ops ) in schedule_cpu_switch()
1783 ppriv = SCHED_OP(new_ops, alloc_pdata, cpu); in schedule_cpu_switch()
1786 vpriv = SCHED_OP(new_ops, alloc_vdata, idle, idle->domain->sched_priv); in schedule_cpu_switch()
1789 SCHED_OP(new_ops, free_pdata, ppriv, cpu); in schedule_cpu_switch()
1811 SCHED_OP(new_ops, switch_sched, cpu, ppriv, vpriv); in schedule_cpu_switch()
1816 SCHED_OP(new_ops, tick_resume, cpu); in schedule_cpu_switch()
A Dsched_arinc653.c662 a653_switch_sched(struct scheduler *new_ops, unsigned int cpu, in a653_switch_sched() argument
672 per_cpu(scheduler, cpu) = new_ops; in a653_switch_sched()
A Dsched_null.c406 static void null_switch_sched(struct scheduler *new_ops, unsigned int cpu, in null_switch_sched() argument
410 struct null_private *prv = null_priv(new_ops); in null_switch_sched()
426 per_cpu(scheduler, cpu) = new_ops; in null_switch_sched()
A Dsched_rt.c749 rt_switch_sched(struct scheduler *new_ops, unsigned int cpu, in rt_switch_sched() argument
752 struct rt_private *prv = rt_priv(new_ops); in rt_switch_sched()
775 init_timer(prv->repl_timer, repl_timer_handler, (void*) new_ops, cpu); in rt_switch_sched()
780 per_cpu(scheduler, cpu) = new_ops; in rt_switch_sched()
A Dsched_credit.c616 csched_switch_sched(struct scheduler *new_ops, unsigned int cpu, in csched_switch_sched() argument
620 struct csched_private *prv = CSCHED_PRIV(new_ops); in csched_switch_sched()
637 per_cpu(scheduler, cpu) = new_ops; in csched_switch_sched()
A Dsched_credit2.c3836 csched2_switch_sched(struct scheduler *new_ops, unsigned int cpu, in csched2_switch_sched() argument
3839 struct csched2_private *prv = csched2_priv(new_ops); in csched2_switch_sched()
3868 per_cpu(scheduler, cpu) = new_ops; in csched2_switch_sched()

Completed in 27 milliseconds