Searched refs:sched_ctl (Results 1 – 8 of 8) sorted by relevance
| /hypervisor/common/ |
| A D | schedule.c | 41 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 D | sched_noop.c | 33 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 D | sched_iorr.c | 40 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 D | sched_prio.c | 55 (struct sched_prio_control *)obj->sched_ctl->priv; in prio_queue_add()
|
| A D | sched_bvt.c | 98 (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 D | per_cpu.h | 40 struct sched_control sched_ctl; member
|
| /hypervisor/include/common/ |
| A D | schedule.h | 59 struct sched_control *sched_ctl; member
|
| /hypervisor/arch/x86/guest/ |
| A D | vcpu.c | 993 vcpu->thread_obj.sched_ctl = &per_cpu(sched_ctl, pcpu_id); in prepare_vcpu()
|
Completed in 656 milliseconds