Searched defs:ctl (Results 1 – 5 of 5) sorted by relevance
| /hypervisor/common/ |
| A D | schedule.c | 41 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in obtain_schedule_lock() local 47 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in release_schedule_lock() local 53 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in get_scheduler() local 67 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in init_sched() local 95 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in deinit_sched() local 104 struct sched_control *ctl = &per_cpu(sched_ctl, BSP_CPU_ID); in suspend_sched() local 113 struct sched_control *ctl = &per_cpu(sched_ctl, BSP_CPU_ID); in resume_sched() local 145 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in sched_get_current() local 154 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in make_reschedule_request() local 164 struct sched_control *ctl = &per_cpu(sched_ctl, pcpu_id); in need_reschedule() local [all …]
|
| A D | sched_iorr.c | 76 struct sched_control *ctl = (struct sched_control *)param; in sched_tick_handler() local 104 int sched_iorr_add_timer(struct sched_control *ctl) in sched_iorr_add_timer() 121 static int sched_iorr_del_timer(struct sched_control *ctl) in sched_iorr_del_timer() 130 int sched_iorr_init(struct sched_control *ctl) in sched_iorr_init() 141 void sched_iorr_deinit(struct sched_control *ctl) in sched_iorr_deinit() 146 static void sched_iorr_suspend(struct sched_control *ctl) in sched_iorr_suspend() 151 static void sched_iorr_resume(struct sched_control *ctl) in sched_iorr_resume() 165 static struct thread_object *sched_iorr_pick_next(struct sched_control *ctl) in sched_iorr_pick_next()
|
| A D | sched_noop.c | 10 static int32_t sched_noop_init(struct sched_control *ctl) in sched_noop_init() 18 static struct thread_object *sched_noop_pick_next(struct sched_control *ctl) in sched_noop_pick_next()
|
| A D | sched_bvt.c | 155 struct sched_control *ctl = (struct sched_control *)param; in sched_tick_handler() local 180 static int sched_bvt_init(struct sched_control *ctl) in sched_bvt_init() 196 static void sched_bvt_deinit(struct sched_control *ctl) in sched_bvt_deinit() 218 static void sched_bvt_suspend(struct sched_control *ctl) in sched_bvt_suspend() 257 static struct thread_object *sched_bvt_pick_next(struct sched_control *ctl) in sched_bvt_pick_next()
|
| A D | sched_prio.c | 17 static int sched_prio_init(struct sched_control *ctl) in sched_prio_init() 38 static struct thread_object *sched_prio_pick_next(struct sched_control *ctl) in sched_prio_pick_next()
|
Completed in 7 milliseconds