Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dsched_arinc653.c56 #define AVCPU(vc) ((arinc653_vcpu_t *)(vc)->sched_priv) argument
75 struct vcpu * vc; member
99 struct vcpu * vc; member
383 a653sched_alloc_vdata(const struct scheduler *ops, struct vcpu *vc, void *dd) in a653sched_alloc_vdata()
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()
633 a653sched_pick_cpu(const struct scheduler *ops, struct vcpu *vc) in a653sched_pick_cpu()
A Dsched_credit.c651 __csched_vcpu_check(struct vcpu *vc) in __csched_vcpu_check()
707 __csched_vcpu_is_migrateable(struct vcpu *vc, int dest_cpu, cpumask_t *mask) in __csched_vcpu_is_migrateable()
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()
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()
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()
[all …]
A Dsched_rt.c646 rt_cpu_pick(const struct scheduler *ops, struct vcpu *vc) in rt_cpu_pick()
884 rt_alloc_vdata(const struct scheduler *ops, struct vcpu *vc, void *dd) in rt_alloc_vdata()
927 rt_vcpu_insert(const struct scheduler *ops, struct vcpu *vc) in rt_vcpu_insert()
960 rt_vcpu_remove(const struct scheduler *ops, struct vcpu *vc) in rt_vcpu_remove()
1180 rt_vcpu_sleep(const struct scheduler *ops, struct vcpu *vc) in rt_vcpu_sleep()
1295 rt_vcpu_wake(const struct scheduler *ops, struct vcpu *vc) in rt_vcpu_wake()
1365 rt_context_saved(const struct scheduler *ops, struct vcpu *vc) in rt_context_saved()
A Dsched_credit2.c967 runq_assign(const struct scheduler *ops, struct vcpu *vc) in runq_assign()
994 runq_deassign(const struct scheduler *ops, struct vcpu *vc) in runq_deassign()
1982 csched2_vcpu_check(struct vcpu *vc) in csched2_vcpu_check()
2006 csched2_alloc_vdata(const struct scheduler *ops, struct vcpu *vc, void *dd) in csched2_alloc_vdata()
2049 csched2_vcpu_sleep(const struct scheduler *ops, struct vcpu *vc) in csched2_vcpu_sleep()
2071 csched2_vcpu_wake(const struct scheduler *ops, struct vcpu *vc) in csched2_vcpu_wake()
2134 csched2_context_saved(const struct scheduler *ops, struct vcpu *vc) in csched2_context_saved()
2176 csched2_cpu_pick(const struct scheduler *ops, struct vcpu *vc) in csched2_cpu_pick()
2713 const struct scheduler *ops, struct vcpu *vc, unsigned int new_cpu) in csched2_vcpu_migrate()
3090 csched2_vcpu_insert(const struct scheduler *ops, struct vcpu *vc) in csched2_vcpu_insert()
[all …]

Completed in 18 milliseconds