Home
last modified time | relevance | path

Searched refs:sched_ctl (Results 1 – 8 of 8) sorted by relevance

/hypervisor/common/
A Dschedule.c41 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in obtain_schedule_lock()
47 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in release_schedule_lock()
53 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in get_scheduler()
67 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in init_sched()
95 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in deinit_sched()
104 struct sched_control *ctl = &per_cpu(sched_ctl, BSP_CPU_ID); in suspend_sched()
145 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in sched_get_current()
154 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in make_reschedule_request()
164 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in need_reschedule()
172 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in schedule()
[all …]
A Dsched_noop.c33 struct sched_noop_control *noop_ctl = (struct sched_noop_control *)obj->sched_ctl->priv; in sched_noop_sleep()
42 struct sched_noop_control *noop_ctl = (struct sched_noop_control *)obj->sched_ctl->priv; in sched_noop_wake()
A Dsched_iorr.c40 struct sched_iorr_control *iorr_ctl = (struct sched_iorr_control *)obj->sched_ctl->priv; in runqueue_add_head()
56 struct sched_iorr_control *iorr_ctl = (struct sched_iorr_control *)obj->sched_ctl->priv; in runqueue_add_tail()
A Dsched_prio.c55 (struct sched_prio_control *)obj->sched_ctl->priv; in prio_queue_add()
A Dsched_bvt.c98 (struct sched_bvt_control *)obj->sched_ctl->priv; in runqueue_add()
148 struct sched_bvt_control *bvt_ctl = (struct sched_bvt_control *)obj->sched_ctl->priv; in get_svt()
/hypervisor/include/arch/x86/asm/
A Dper_cpu.h40 struct sched_control sched_ctl; member
/hypervisor/include/common/
A Dschedule.h59 struct sched_control *sched_ctl; member
/hypervisor/arch/x86/guest/
A Dvcpu.c993 vcpu->thread_obj.sched_ctl = &per_cpu(sched_ctl, pcpu_id); in prepare_vcpu()

Completed in 656 milliseconds