Lines Matching refs:cpupool
328 struct cpupool *cpupool; member
649 int sched_move_domain(struct domain *d, struct cpupool *c);
738 static inline struct domain *first_domain_in_cpupool( struct cpupool *c) in first_domain_in_cpupool()
741 for (d = rcu_dereference(domain_list); d && d->cpupool != c; in first_domain_in_cpupool()
746 struct domain *d, struct cpupool *c) in next_domain_in_cpupool()
748 for (d = rcu_dereference(d->next_in_list); d && d->cpupool != c; in next_domain_in_cpupool()
840 int schedule_cpu_switch(unsigned int cpu, struct cpupool *c);
911 struct cpupool *cpupool_get_by_id(int poolid);
912 void cpupool_put(struct cpupool *pool);
915 int cpupool_move_domain(struct domain *d, struct cpupool *c);
917 void schedule_dump(struct cpupool *c);