Lines Matching defs:ops

487 csched_free_pdata(const struct scheduler *ops, void *pcpu, int cpu)  in csched_free_pdata()
504 csched_deinit_pdata(const struct scheduler *ops, void *pcpu, int cpu) in csched_deinit_pdata()
546 csched_alloc_pdata(const struct scheduler *ops, int cpu) in csched_alloc_pdata()
595 csched_init_pdata(const struct scheduler *ops, void *pdata, int cpu) in csched_init_pdata()
723 _csched_cpu_pick(const struct scheduler *ops, struct vcpu *vc, bool_t commit) in _csched_cpu_pick()
869 csched_cpu_pick(const struct scheduler *ops, struct vcpu *vc) in csched_cpu_pick()
941 const struct scheduler *ops = per_cpu(scheduler, cpu); in csched_vcpu_acct() local
1005 csched_alloc_vdata(const struct scheduler *ops, struct vcpu *vc, void *dd) in csched_alloc_vdata()
1026 csched_vcpu_insert(const struct scheduler *ops, struct vcpu *vc) in csched_vcpu_insert()
1051 csched_free_vdata(const struct scheduler *ops, void *priv) in csched_free_vdata()
1061 csched_vcpu_remove(const struct scheduler *ops, struct vcpu *vc) in csched_vcpu_remove()
1088 csched_vcpu_sleep(const struct scheduler *ops, struct vcpu *vc) in csched_vcpu_sleep()
1112 csched_vcpu_wake(const struct scheduler *ops, struct vcpu *vc) in csched_vcpu_wake()
1173 csched_vcpu_yield(const struct scheduler *ops, struct vcpu *vc) in csched_vcpu_yield()
1183 const struct scheduler *ops, in csched_dom_cntl()
1239 csched_sys_cntl(const struct scheduler *ops, in csched_sys_cntl()
1279 csched_alloc_domdata(const struct scheduler *ops, struct domain *dom) in csched_alloc_domdata()
1297 csched_dom_init(const struct scheduler *ops, struct domain *dom) in csched_dom_init()
1314 csched_free_domdata(const struct scheduler *ops, void *data) in csched_free_domdata()
1320 csched_dom_destroy(const struct scheduler *ops, struct domain *dom) in csched_dom_destroy()
1836 const struct scheduler *ops, s_time_t now, bool_t tasklet_work_scheduled) in csched_schedule()
2041 csched_dump_pcpu(const struct scheduler *ops, int cpu) in csched_dump_pcpu()
2096 csched_dump(const struct scheduler *ops) in csched_dump()
2163 csched_init(struct scheduler *ops) in csched_init()
2218 csched_deinit(struct scheduler *ops) in csched_deinit()
2233 static void csched_tick_suspend(const struct scheduler *ops, unsigned int cpu) in csched_tick_suspend()
2242 static void csched_tick_resume(const struct scheduler *ops, unsigned int cpu) in csched_tick_resume()