Home
last modified time | relevance | path

Searched refs:sched_resource (Results 1 – 8 of 8) sorted by relevance

/xen/xen/common/sched/
A Dprivate.h43 struct sched_resource { struct
61 DECLARE_PER_CPU(struct sched_resource *, sched_res); argument
64 static inline struct sched_resource *get_sched_res(unsigned int cpu) in get_sched_res()
69 static inline void set_sched_res(unsigned int cpu, struct sched_resource *res) in set_sched_res()
147 struct sched_resource *res) in sched_set_res()
319 struct sched_resource *(*pick_resource)(const struct scheduler *,
460 static inline struct sched_resource *sched_pick_resource( in sched_pick_resource()
A Dcore.c101 static struct sched_resource *
1120 struct sched_resource *res; in restore_vcpu_affinity()
2262 struct sched_resource *sr; in sched_context_switched()
2580 struct sched_resource *sr; in schedule()
2671 struct sched_resource *sr; in sched_alloc_res()
2673 sr = xzalloc(struct sched_resource); in sched_alloc_res()
2686 struct sched_resource *sr; in cpu_schedule_up()
2737 struct sched_resource *sr = container_of(head, struct sched_resource, rcu); in sched_res_free()
2747 struct sched_resource *sr; in cpu_schedule_down()
2984 struct sched_resource *sr; in schedule_cpu_add()
[all …]
A Darinc653.c607 static struct sched_resource *
641 struct sched_resource *sr = get_sched_res(cpu); in a653_switch_sched()
A Dcredit.c356 const struct sched_resource *sr = get_sched_res(cpu); in __runq_tickle()
622 struct sched_resource *sr = get_sched_res(cpu); in csched_switch_sched()
851 static struct sched_resource *
925 const struct sched_resource *sr = get_sched_res(cpu); in csched_unit_acct()
1077 const struct sched_resource *sr = get_sched_res(cpu); in csched_unit_sleep()
1570 const struct sched_resource *sr = get_sched_res(cpu); in csched_tick()
1597 const struct sched_resource *sr = get_sched_res(cpu); in csched_runq_steal()
A Dnull.c271 static struct sched_resource *
433 struct sched_resource *sr = get_sched_res(cpu); in null_switch_sched()
670 static struct sched_resource *
A Drt.c639 static struct sched_resource *
662 static struct sched_resource *
665 struct sched_resource *res; in rt_res_pick()
A Dcredit2.c2338 static struct sched_resource *
3368 const struct sched_resource *sr = get_sched_res(cpu); in runq_candidate()
/xen/xen/include/xen/
A Dsched.h266 struct sched_resource *res;

Completed in 30 milliseconds