Searched refs:sched_domain (Results 1 – 2 of 2) sorted by relevance
89 #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) { \
969 struct sched_domain { struct971 struct sched_domain *parent; /* top domain must be null terminated */ argument972 struct sched_domain *child; /* bottom domain must be null terminated */ argument1045 static inline struct cpumask *sched_domain_span(struct sched_domain *sd) in sched_domain_span() argument1058 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;