Home
last modified time | relevance | path

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

/include/linux/
Dtopology.h89 #define SD_SIBLING_INIT (struct sched_domain) { \
118 #define SD_MC_INIT (struct sched_domain) { \
149 #define SD_CPU_INIT (struct sched_domain) { \
180 #define SD_ALLNODES_INIT (struct sched_domain) { \
Dsched.h969 struct sched_domain { struct
971 struct sched_domain *parent; /* top domain must be null terminated */ argument
972 struct sched_domain *child; /* bottom domain must be null terminated */ argument
1045 static inline struct cpumask *sched_domain_span(struct sched_domain *sd) in sched_domain_span() argument
1058 static inline int test_sd_parent(struct sched_domain *sd, int flag) in test_sd_parent()
1066 unsigned long default_scale_freq_power(struct sched_domain *sd, int cpu);
1067 unsigned long default_scale_smt_power(struct sched_domain *sd, int cpu);
1104 struct sched_domain;