Searched refs:sched_domain (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/block/ |
A D | kyber-iosched.c | 282 unsigned int sched_domain; in kyber_timer_fn() local 291 for (sched_domain = 0; sched_domain < KYBER_OTHER; sched_domain++) { in kyber_timer_fn() 304 for (sched_domain = 0; sched_domain < KYBER_OTHER; sched_domain++) { in kyber_timer_fn() 318 for (sched_domain = 0; sched_domain < KYBER_OTHER; sched_domain++) { in kyber_timer_fn() 545 unsigned int sched_domain; in rq_clear_domain_token() local 644 unsigned int sched_domain; in kyber_completed_request() local 648 if (sched_domain == KYBER_OTHER) in kyber_completed_request() 664 unsigned int sched_domain; member 683 unsigned int sched_domain, in kyber_flush_busy_kcqs() argument 688 .sched_domain = sched_domain, in kyber_flush_busy_kcqs() [all …]
|
/linux-6.3-rc2/kernel/sched/ |
A D | topology.c | 189 sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate() 642 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu); in destroy_sched_domains_rcu() 678 struct sched_domain *sd; in update_top_cache_domain() 712 struct sched_domain *tmp; in cpu_attach_domain() 988 static struct sched_domain * 989 find_descended_sibling(struct sched_domain *sd, struct sched_domain *sibling) in find_descended_sibling() 1541 static struct sched_domain * 1566 *sd = (struct sched_domain){ in sd_init() 2192 struct sched_domain *sd; in __sdt_alloc() 2245 struct sched_domain *sd; in __sdt_free() [all …]
|
A D | sched.h | 1043 struct sched_domain __rcu *sd; 1784 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain() 1786 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain() 1797 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain() 1799 struct sched_domain *sd; in lowest_flag_domain() 1809 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_llc); 1813 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_numa); 1814 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_asym_packing); 1815 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_asym_cpucapacity); 2304 extern void update_group_capacity(struct sched_domain *sd, int cpu);
|
A D | fair.c | 2177 struct sched_domain *sd; in task_numa_migrate() 6669 struct sched_domain *tmp; in find_idlest_cpu() 7007 struct sched_domain *sd; in select_idle_sibling() 7366 struct sched_domain *sd; in find_energy_efficient_cpu() 8281 struct sched_domain *sd; 10944 struct sched_domain *sd; in active_load_balance_cpu_stop() 11063 struct sched_domain *sd; in rebalance_domains() 11217 struct sched_domain *sd; in nohz_balancer_kick() 11329 struct sched_domain *sd; in set_cpu_sd_state_busy() 11359 struct sched_domain *sd; in set_cpu_sd_state_idle() [all …]
|
A D | stats.c | 128 struct sched_domain *sd; in show_schedstat()
|
A D | debug.c | 376 static void register_sd(struct sched_domain *sd, struct dentry *parent) in register_sd() 415 struct sched_domain *sd; in update_sched_domain_debugfs()
|
A D | core.c | 1069 struct sched_domain *sd; in get_nohz_timer_target() 3655 struct sched_domain *sd; in ttwu_stat() 6272 static bool steal_cookie_task(int cpu, struct sched_domain *sd) in steal_cookie_task() 6292 struct sched_domain *sd; in sched_core_balance()
|
A D | deadline.c | 2133 struct sched_domain *sd; in find_later_rq()
|
A D | rt.c | 1882 struct sched_domain *sd; in find_lowest_rq()
|
/linux-6.3-rc2/include/linux/sched/ |
A 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.3-rc2/Documentation/scheduler/ |
A 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.
|
A 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
|
A D | sched-energy.rst | 335 flag to be set in the sched_domain hierarchy.
|
/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/ |
A D | sched-domains.rst | 18 每个CPU有一个“基”调度域(struct sched_domain)。调度域层次结构从基调度域构建而来,可
|
A D | sched-energy.rst | 275 参阅Documentation/scheduler/sched-capacity.rst以了解在sched_domain层次结构
|
Completed in 70 milliseconds