Home
last modified time | relevance | path

Searched refs:sched_domain (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/kernel/sched/
Dsched.h616 struct sched_domain *sd;
808 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain()
810 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain()
821 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain()
823 struct sched_domain *sd; in lowest_flag_domain()
833 DECLARE_PER_CPU(struct sched_domain *, sd_llc);
836 DECLARE_PER_CPU(struct sched_domain *, sd_numa);
837 DECLARE_PER_CPU(struct sched_domain *, sd_busy);
838 DECLARE_PER_CPU(struct sched_domain *, sd_asym);
1251 extern void update_group_capacity(struct sched_domain *sd, int cpu);
[all …]
Dcore.c622 struct sched_domain *sd; in get_nohz_timer_target()
1676 struct sched_domain *sd; in ttwu_stat()
5377 sd_alloc_ctl_domain_table(struct sched_domain *sd) in sd_alloc_ctl_domain_table()
5420 struct sched_domain *sd; in sd_alloc_ctl_cpu_table()
5664 static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level, in sched_domain_debug_one()
5737 static void sched_domain_debug(struct sched_domain *sd, int cpu) in sched_domain_debug()
5768 static int sd_degenerate(struct sched_domain *sd) in sd_degenerate()
5793 sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate()
5955 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu); in free_sched_domain()
5970 static void destroy_sched_domain(struct sched_domain *sd, int cpu) in destroy_sched_domain()
[all …]
Dstats.c25 struct sched_domain *sd; in show_schedstat()
Dfair.c1446 struct sched_domain *sd; in task_numa_migrate()
4661 static int wake_affine(struct sched_domain *sd, struct task_struct *p, int sync) in wake_affine()
4732 find_idlest_group(struct sched_domain *sd, struct task_struct *p, in find_idlest_group()
4839 struct sched_domain *sd; in select_idle_sibling()
4928 struct sched_domain *tmp, *affine_sd = NULL, *sd = NULL; in select_task_rq_fair()
5523 struct sched_domain *sd;
6057 static inline int get_sd_load_idx(struct sched_domain *sd, in get_sd_load_idx()
6105 static void update_cpu_capacity(struct sched_domain *sd, int cpu) in update_cpu_capacity()
6122 void update_group_capacity(struct sched_domain *sd, int cpu) in update_group_capacity()
6124 struct sched_domain *child = sd->child; in update_group_capacity()
[all …]
Ddeadline.c1329 struct sched_domain *sd; in find_later_rq()
Drt.c1561 struct sched_domain *sd; in find_lowest_rq()
/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt1 Each CPU has a "base" scheduling domain (struct sched_domain). The domain
39 the parent sched_domain (if it exists), and the parent of the parent and so
61 struct sched_domain fields, SD_FLAG_*, SD_*_INIT to get an idea of
/linux-4.4.14/arch/arm/kernel/
Dtopology.c45 unsigned long arch_scale_cpu_capacity(struct sched_domain *sd, int cpu) in arch_scale_cpu_capacity()
/linux-4.4.14/include/linux/
Dsched.h1028 struct sched_domain { struct
1030 struct sched_domain *parent; /* top domain must be null terminated */ argument
1031 struct sched_domain *child; /* bottom domain must be null terminated */ argument
1108 static inline struct cpumask *sched_domain_span(struct sched_domain *sd) in sched_domain_span() argument
1128 struct sched_domain **__percpu sd;