Home
last modified time | relevance | path

Searched refs:cur_cpu (Results 1 – 4 of 4) sorted by relevance

/xen/xen/common/sched/
A Dnull.c808 const unsigned int cur_cpu = smp_processor_id(); in null_schedule() local
809 const unsigned int sched_cpu = sched_get_resource_cpu(cur_cpu); in null_schedule()
823 d.cpu = cur_cpu; in null_schedule()
916 cpu_raise_softirq(cur_cpu, SCHEDULE_SOFTIRQ); in null_schedule()
A Drt.c1049 const unsigned int cur_cpu = smp_processor_id(); in rt_schedule() local
1050 const unsigned int sched_cpu = sched_get_resource_cpu(cur_cpu); in rt_schedule()
1061 d.cpu = cur_cpu; in rt_schedule()
1083 snext = runq_pick(ops, cpumask_of(sched_cpu), cur_cpu); in rt_schedule()
A Dcredit.c1818 const unsigned int cur_cpu = smp_processor_id(); in csched_schedule() local
1819 const unsigned int sched_cpu = sched_get_resource_cpu(cur_cpu); in csched_schedule()
1820 struct csched_pcpu *spc = CSCHED_PCPU(cur_cpu); in csched_schedule()
1841 d.cpu = cur_cpu; in csched_schedule()
A Dcredit2.c3544 const unsigned int cur_cpu = smp_processor_id(); in csched2_schedule() local
3545 const unsigned int sched_cpu = sched_get_resource_cpu(cur_cpu); in csched2_schedule()
3579 d.cpu = cur_cpu; in csched2_schedule()

Completed in 17 milliseconds