Lines Matching defs:ops
183 const struct scheduler *ops, in find_vcpu()
205 static void update_schedule_vcpus(const struct scheduler *ops) in update_schedule_vcpus()
229 const struct scheduler *ops, in arinc653_sched_set()
306 const struct scheduler *ops, in arinc653_sched_get()
346 a653sched_init(struct scheduler *ops) in a653sched_init()
369 a653sched_deinit(struct scheduler *ops) in a653sched_deinit()
383 a653sched_alloc_vdata(const struct scheduler *ops, struct vcpu *vc, void *dd) in a653sched_alloc_vdata()
443 a653sched_free_vdata(const struct scheduler *ops, void *priv) in a653sched_free_vdata()
468 a653sched_alloc_domdata(const struct scheduler *ops, struct domain *dom) in a653sched_alloc_domdata()
480 a653sched_free_domdata(const struct scheduler *ops, void *data) in a653sched_free_domdata()
492 a653sched_vcpu_sleep(const struct scheduler *ops, struct vcpu *vc) in a653sched_vcpu_sleep()
512 a653sched_vcpu_wake(const struct scheduler *ops, struct vcpu *vc) in a653sched_vcpu_wake()
533 const struct scheduler *ops, in a653sched_do_schedule()
633 a653sched_pick_cpu(const struct scheduler *ops, struct vcpu *vc) in a653sched_pick_cpu()
694 a653sched_adjust_global(const struct scheduler *ops, in a653sched_adjust_global()