Searched refs:sched_domain_attr (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/sched/ |
H A D | topology.h | 63 struct sched_domain_attr { struct 67 #define SD_ATTR_INIT (struct sched_domain_attr) { \ argument 165 struct sched_domain_attr *dattr_new);
|
/linux/kernel/sched/ |
H A D | topology.c | 1512 struct sched_domain_attr *attr) in set_domain_attribute() 2353 const struct cpumask *cpu_map, struct sched_domain_attr *attr, in build_sched_domain() 2442 build_sched_domains(const struct cpumask *cpu_map, struct sched_domain_attr *attr) in build_sched_domains() 2599 static struct sched_domain_attr *dattr_cur; 2689 static int dattrs_equal(struct sched_domain_attr *cur, int idx_cur, in dattrs_equal() 2690 struct sched_domain_attr *new, int idx_new) in dattrs_equal() 2692 struct sched_domain_attr tmp; in dattrs_equal() 2702 sizeof(struct sched_domain_attr)); in dattrs_equal() 2732 struct sched_domain_attr *dattr_new) in partition_sched_domains_locked() 2828 struct sched_domain_attr *dattr_ne in partition_sched_domains() [all...] |
/linux/kernel/cgroup/ |
H A D | cpuset.c | 676 update_domain_attr(struct sched_domain_attr *dattr, struct cpuset *c) in update_domain_attr() 683 static void update_domain_attr_tree(struct sched_domain_attr *dattr, in update_domain_attr_tree() 761 struct sched_domain_attr **attributes) in generate_sched_domains() 768 struct sched_domain_attr *dattr; /* attributes for custom domains */ in generate_sched_domains() 788 dattr = kmalloc(sizeof(struct sched_domain_attr), GFP_KERNEL); in generate_sched_domains() 897 dattr = kmalloc_array(ndoms, sizeof(struct sched_domain_attr), in generate_sched_domains() 1029 struct sched_domain_attr *attr; in rebuild_sched_domains_locked()
|