Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dtopology.h68 struct sched_domain_attr { struct
72 #define SD_ATTR_INIT (struct sched_domain_attr) { \ argument
172 struct sched_domain_attr *dattr_new);
175 struct sched_domain_attr *dattr_new);
216 struct sched_domain_attr;
220 struct sched_domain_attr *dattr_new) in partition_sched_domains_locked()
226 struct sched_domain_attr *dattr_new) in partition_sched_domains()
/openbmc/linux/kernel/sched/
H A Dtopology.c1444 struct sched_domain_attr *attr) in set_domain_attribute()
2291 const struct cpumask *cpu_map, struct sched_domain_attr *attr, in build_sched_domain()
2361 build_sched_domains(const struct cpumask *cpu_map, struct sched_domain_attr *attr) in build_sched_domains()
2519 static struct sched_domain_attr *dattr_cur;
2606 static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, in dattrs_equal()
2607 struct sched_domain_attr *new, int idx_new) in dattrs_equal()
2609 struct sched_domain_attr tmp; in dattrs_equal()
2619 sizeof(struct sched_domain_attr)); in dattrs_equal()
2649 struct sched_domain_attr *dattr_new) in partition_sched_domains_locked()
2755 struct sched_domain_attr *dattr_new) in partition_sched_domains()
/openbmc/linux/kernel/cgroup/
H A Dcpuset.c805 update_domain_attr(struct sched_domain_attr *dattr, struct cpuset *c) in update_domain_attr()
812 static void update_domain_attr_tree(struct sched_domain_attr *dattr, in update_domain_attr_tree()
893 struct sched_domain_attr **attributes) in generate_sched_domains()
900 struct sched_domain_attr *dattr; /* attributes for custom domains */ in generate_sched_domains()
917 dattr = kmalloc(sizeof(struct sched_domain_attr), GFP_KERNEL); in generate_sched_domains()
1009 dattr = kmalloc_array(ndoms, sizeof(struct sched_domain_attr), in generate_sched_domains()
1123 struct sched_domain_attr *dattr_new) in partition_and_rebuild_sched_domains()
1145 struct sched_domain_attr *attr; in rebuild_sched_domains_locked()