Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtopology.h68 struct sched_domain_attr { struct
72 #define SD_ATTR_INIT (struct sched_domain_attr) { \ argument
170 struct sched_domain_attr *dattr_new);
173 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()
/linux/kernel/sched/
H A Dtopology.c1474 struct sched_domain_attr *attr) in set_domain_attribute()
2328 const struct cpumask *cpu_map, struct sched_domain_attr *attr, in build_sched_domain()
2396 build_sched_domains(const struct cpumask *cpu_map, struct sched_domain_attr *attr) in build_sched_domains()
2555 static struct sched_domain_attr *dattr_cur;
2645 static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, in dattrs_equal()
2646 struct sched_domain_attr *new, int idx_new) in dattrs_equal()
2648 struct sched_domain_attr tmp; in dattrs_equal()
2658 sizeof(struct sched_domain_attr)); in dattrs_equal()
2688 struct sched_domain_attr *dattr_new) in partition_sched_domains_locked()
2794 struct sched_domain_attr *dattr_new) in partition_sched_domains()
/linux/kernel/cgroup/
H A Dcpuset.c662 update_domain_attr(struct sched_domain_attr *dattr, struct cpuset *c) in update_domain_attr()
669 static void update_domain_attr_tree(struct sched_domain_attr *dattr, in update_domain_attr_tree()
747 struct sched_domain_attr **attributes) in generate_sched_domains()
754 struct sched_domain_attr *dattr; /* attributes for custom domains */ in generate_sched_domains()
774 dattr = kmalloc(sizeof(struct sched_domain_attr), GFP_KERNEL); in generate_sched_domains()
883 dattr = kmalloc_array(ndoms, sizeof(struct sched_domain_attr), in generate_sched_domains()
992 struct sched_domain_attr *dattr_new) in partition_and_rebuild_sched_domains()
1014 struct sched_domain_attr *attr; in rebuild_sched_domains_locked()