Searched refs:sched_domain_attr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/sched/ |
H A D | topology.h | 68 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 D | topology.c | 1444 struct sched_domain_attr *attr) in set_domain_attribute() 2294 const struct cpumask *cpu_map, struct sched_domain_attr *attr, in build_sched_domain() 2364 build_sched_domains(const struct cpumask *cpu_map, struct sched_domain_attr *attr) in build_sched_domains() 2522 static struct sched_domain_attr *dattr_cur; 2609 static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, in dattrs_equal() 2610 struct sched_domain_attr *new, int idx_new) in dattrs_equal() 2612 struct sched_domain_attr tmp; in dattrs_equal() 2622 sizeof(struct sched_domain_attr)); in dattrs_equal() 2652 struct sched_domain_attr *dattr_new) in partition_sched_domains_locked() 2758 struct sched_domain_attr *dattr_new) in partition_sched_domains()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cpuset.c | 806 update_domain_attr(struct sched_domain_attr *dattr, struct cpuset *c) in update_domain_attr() 813 static void update_domain_attr_tree(struct sched_domain_attr *dattr, in update_domain_attr_tree() 894 struct sched_domain_attr **attributes) in generate_sched_domains() 901 struct sched_domain_attr *dattr; /* attributes for custom domains */ in generate_sched_domains() 918 dattr = kmalloc(sizeof(struct sched_domain_attr), GFP_KERNEL); in generate_sched_domains() 1010 dattr = kmalloc_array(ndoms, sizeof(struct sched_domain_attr), in generate_sched_domains() 1124 struct sched_domain_attr *dattr_new) in partition_and_rebuild_sched_domains() 1146 struct sched_domain_attr *attr; in rebuild_sched_domains_locked()
|