Searched refs:sched_domain_topology_level (Results 1 – 6 of 6) sorted by relevance
283 static struct sched_domain_topology_level arm_topology[] = {
6429 sd_init(struct sched_domain_topology_level *tl, int cpu) in sd_init()6529 static struct sched_domain_topology_level default_topology[] = {6540 static struct sched_domain_topology_level *sched_domain_topology =6546 void set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology()6649 struct sched_domain_topology_level *tl; in sched_init_numa()6756 sizeof(struct sched_domain_topology_level), GFP_KERNEL); in sched_init_numa()6770 tl[i] = (struct sched_domain_topology_level){ in sched_init_numa()6849 struct sched_domain_topology_level *tl; in __sdt_alloc()6902 struct sched_domain_topology_level *tl; in __sdt_free()6932 struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl, in build_sched_domain()[all …]
454 static struct sched_domain_topology_level s390_topology[] = {
754 static struct sched_domain_topology_level powerpc_topology[] = {
346 static struct sched_domain_topology_level numa_inside_package_topology[] = {
1133 struct sched_domain_topology_level { struct1144 extern void set_sched_topology(struct sched_domain_topology_level *tl); argument