Searched refs:sched_domain (Results 1 – 13 of 13) sorted by relevance
/linux/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() 542 unsigned int sched_domain; in rq_clear_domain_token() local 641 unsigned int sched_domain; in kyber_completed_request() local 645 if (sched_domain == KYBER_OTHER) in kyber_completed_request() 661 unsigned int sched_domain; member 680 unsigned int sched_domain, in kyber_flush_busy_kcqs() argument 685 .sched_domain = sched_domain, in kyber_flush_busy_kcqs() [all …]
|
/linux/kernel/sched/ |
A D | topology.c | 188 sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate() 620 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu); in destroy_sched_domains_rcu() 656 struct sched_domain *sd; in update_top_cache_domain() 690 struct sched_domain *tmp; in cpu_attach_domain() 966 static struct sched_domain * 967 find_descended_sibling(struct sched_domain *sd, struct sched_domain *sibling) in find_descended_sibling() 1521 static struct sched_domain * 1546 *sd = (struct sched_domain){ in sd_init() 2041 struct sched_domain *sd; in __sdt_alloc() 2094 struct sched_domain *sd; in __sdt_free() [all …]
|
A D | sched.h | 1006 struct sched_domain __rcu *sd; 1738 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain() 1740 struct sched_domain *sd, *hsd = NULL; in highest_flag_domain() 1751 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain() 1753 struct sched_domain *sd; in lowest_flag_domain() 1763 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_llc); 1767 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_numa); 1768 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_asym_packing); 1769 DECLARE_PER_CPU(struct sched_domain __rcu *, sd_asym_cpucapacity); 2234 extern void update_group_capacity(struct sched_domain *sd, int cpu);
|
A D | fair.c | 1937 struct sched_domain *sd; in task_numa_migrate() 6058 struct sched_domain *tmp; in find_idlest_cpu() 6362 struct sched_domain *sd; in select_idle_sibling() 6756 struct sched_domain *sd; in find_energy_efficient_cpu() 7615 struct sched_domain *sd; 10159 struct sched_domain *sd; in active_load_balance_cpu_stop() 10278 struct sched_domain *sd; in rebalance_domains() 10432 struct sched_domain *sd; in nohz_balancer_kick() 10544 struct sched_domain *sd; in set_cpu_sd_state_busy() 10574 struct sched_domain *sd; in set_cpu_sd_state_idle() [all …]
|
A D | stats.c | 129 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 | 1013 struct sched_domain *sd; in get_nohz_timer_target() 3517 struct sched_domain *sd; in ttwu_stat() 5908 static bool steal_cookie_task(int cpu, struct sched_domain *sd) in steal_cookie_task() 5928 struct sched_domain *sd; in sched_core_balance()
|
A D | rt.c | 1835 struct sched_domain *sd; in find_lowest_rq()
|
A D | deadline.c | 2061 struct sched_domain *sd; in find_later_rq()
|
/linux/include/linux/sched/ |
A D | topology.h | 86 struct sched_domain { struct 88 struct sched_domain __rcu *parent; /* top domain must be null terminated */ argument 89 struct sched_domain __rcu *child; /* bottom domain must be null terminated */ argument 163 static inline struct cpumask *sched_domain_span(struct sched_domain *sd) in sched_domain_span() argument 187 struct sched_domain *__percpu *sd;
|
/linux/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.
|
Completed in 83 milliseconds