/linux-6.6.21/block/ |
D | kyber-iosched.c | 212 unsigned int sched_domain, unsigned int type) in flush_latency_buckets() argument 214 unsigned int *buckets = kqd->latency_buckets[sched_domain][type]; in flush_latency_buckets() 215 atomic_t *cpu_buckets = cpu_latency->buckets[sched_domain][type]; in flush_latency_buckets() 227 unsigned int sched_domain, unsigned int type, in calculate_percentile() argument 230 unsigned int *buckets = kqd->latency_buckets[sched_domain][type]; in calculate_percentile() 243 if (!kqd->latency_timeout[sched_domain]) in calculate_percentile() 244 kqd->latency_timeout[sched_domain] = max(jiffies + HZ, 1UL); in calculate_percentile() 246 time_is_after_jiffies(kqd->latency_timeout[sched_domain])) { in calculate_percentile() 249 kqd->latency_timeout[sched_domain] = 0; in calculate_percentile() 257 memset(buckets, 0, sizeof(kqd->latency_buckets[sched_domain][type])); in calculate_percentile() [all …]
|
/linux-6.6.21/kernel/sched/ |
D | topology.c | 35 static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level, in sched_domain_debug_one() 131 static void sched_domain_debug(struct sched_domain *sd, int cpu) in sched_domain_debug() 171 static int sd_degenerate(struct sched_domain *sd) in sd_degenerate() 189 sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate() 626 static void destroy_sched_domain(struct sched_domain *sd) in destroy_sched_domain() 642 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu); in destroy_sched_domains_rcu() 645 struct sched_domain *parent = sd->parent; in destroy_sched_domains_rcu() 651 static void destroy_sched_domains(struct sched_domain *sd) in destroy_sched_domains() 666 DEFINE_PER_CPU(struct sched_domain __rcu *, sd_llc); 670 DEFINE_PER_CPU(struct sched_domain __rcu *, sd_numa); [all …]
|
D | sched.h | 1048 struct sched_domain __rcu *sd; 1835 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain() 1837 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain() 1856 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain() 1858 struct sched_domain *sd; in lowest_flag_domain() 1868 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_llc); 1872 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_numa); 1873 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_asym_packing); 1874 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_asym_cpucapacity); 2370 extern void update_group_capacity(struct sched_domain *sd, int cpu);
|
D | fair.c | 2431 struct sched_domain *sd; in task_numa_migrate() 6933 wake_affine_weight(struct sched_domain *sd, struct task_struct *p, in wake_affine_weight() 6975 static int wake_affine(struct sched_domain *sd, struct task_struct *p, in wake_affine() 6996 find_idlest_group(struct sched_domain *sd, struct task_struct *p, int this_cpu); 7058 static inline int find_idlest_cpu(struct sched_domain *sd, struct task_struct *p, in find_idlest_cpu() 7075 struct sched_domain *tmp; in find_idlest_cpu() 7251 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, bool has_idle_core, int … in select_idle_cpu() 7258 struct sched_domain *this_sd = NULL; in select_idle_cpu() 7345 select_idle_capacity(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_capacity() 7413 struct sched_domain *sd; in select_idle_sibling() [all …]
|
D | stats.c | 128 struct sched_domain *sd; in show_schedstat()
|
D | debug.c | 411 static void register_sd(struct sched_domain *sd, struct dentry *parent) in register_sd() 459 struct sched_domain *sd; in update_sched_domain_debugfs()
|
D | core.c | 1089 struct sched_domain *sd; in get_nohz_timer_target() 3737 struct sched_domain *sd; in ttwu_stat() 6350 static bool steal_cookie_task(int cpu, struct sched_domain *sd) in steal_cookie_task() 6370 struct sched_domain *sd; in sched_core_balance()
|
D | deadline.c | 2124 struct sched_domain *sd; in find_later_rq()
|
D | rt.c | 1886 struct sched_domain *sd; in find_lowest_rq()
|
/linux-6.6.21/include/linux/sched/ |
D | topology.h | 87 struct sched_domain { struct 89 struct sched_domain __rcu *parent; /* top domain must be null terminated */ argument 90 struct sched_domain __rcu *child; /* bottom domain must be null terminated */ argument 165 static inline struct cpumask *sched_domain_span(struct sched_domain *sd) in sched_domain_span() argument 189 struct sched_domain *__percpu *sd;
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_access_variable_array.c | 12 struct sched_domain *sd) in BPF_PROG()
|
/linux-6.6.21/Documentation/scheduler/ |
D | sched-domains.rst | 5 Each CPU has a "base" scheduling domain (struct sched_domain). The domain 45 the parent sched_domain (if it exists), and the parent of the parent and so 70 of a sched_domain.
|
D | sched-capacity.rst | 287 - The SD_ASYM_CPUCAPACITY_FULL flag will be set at the lowest sched_domain 289 - The SD_ASYM_CPUCAPACITY flag will be set for any sched_domain that spans 318 sched_asym_cpucapacity static key will be enabled. However, the sched_domain 327 the sched_domain hierarchy (if relevant, i.e. the codepath targets a specific
|
D | sched-energy.rst | 335 flag to be set in the sched_domain hierarchy.
|
/linux-6.6.21/Documentation/translations/zh_CN/scheduler/ |
D | sched-domains.rst | 18 每个CPU有一个“基”调度域(struct sched_domain)。调度域层次结构从基调度域构建而来,可
|
D | sched-energy.rst | 275 参阅Documentation/scheduler/sched-capacity.rst以了解在sched_domain层次结构
|