Home
last modified time | relevance | path

Searched refs:sched_domain_attr (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sched/
Dtopology.h61 struct sched_domain_attr { struct
65 #define SD_ATTR_INIT (struct sched_domain_attr) { \ argument
163 struct sched_domain_attr *dattr_new);
166 struct sched_domain_attr *dattr_new);
207 struct sched_domain_attr;
211 struct sched_domain_attr *dattr_new) in partition_sched_domains_locked()
217 struct sched_domain_attr *dattr_new) in partition_sched_domains()
/kernel/linux/linux-5.10/kernel/sched/
Dtopology.c1286 struct sched_domain_attr *attr) in set_domain_attribute()
1926 const struct cpumask *cpu_map, struct sched_domain_attr *attr, in build_sched_domain()
2055 build_sched_domains(const struct cpumask *cpu_map, struct sched_domain_attr *attr) in build_sched_domains()
2171 static struct sched_domain_attr *dattr_cur;
2258 static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, in dattrs_equal()
2259 struct sched_domain_attr *new, int idx_new) in dattrs_equal()
2261 struct sched_domain_attr tmp; in dattrs_equal()
2271 sizeof(struct sched_domain_attr)); in dattrs_equal()
2301 struct sched_domain_attr *dattr_new) in partition_sched_domains_locked()
2407 struct sched_domain_attr *dattr_new) in partition_sched_domains()
/kernel/linux/linux-5.10/kernel/cgroup/
Dcpuset.c661 update_domain_attr(struct sched_domain_attr *dattr, struct cpuset *c) in update_domain_attr()
668 static void update_domain_attr_tree(struct sched_domain_attr *dattr, in update_domain_attr_tree()
749 struct sched_domain_attr **attributes) in generate_sched_domains()
756 struct sched_domain_attr *dattr; /* attributes for custom domains */ in generate_sched_domains()
773 dattr = kmalloc(sizeof(struct sched_domain_attr), GFP_KERNEL); in generate_sched_domains()
865 dattr = kmalloc_array(ndoms, sizeof(struct sched_domain_attr), in generate_sched_domains()
976 struct sched_domain_attr *dattr_new) in partition_and_rebuild_sched_domains()
998 struct sched_domain_attr *attr; in rebuild_sched_domains_locked()