Searched refs:sched_domain_topology_level (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/arm/kernel/
H A Dtopology.c283 static struct sched_domain_topology_level arm_topology[] = {
/linux-4.1.27/arch/s390/kernel/
H A Dtopology.c449 static struct sched_domain_topology_level s390_topology[] = {
/linux-4.1.27/arch/powerpc/kernel/
H A Dsmp.c754 static struct sched_domain_topology_level powerpc_topology[] = {
/linux-4.1.27/kernel/sched/
H A Dcore.c6172 sd_init(struct sched_domain_topology_level *tl, int cpu) sd_init()
6272 static struct sched_domain_topology_level default_topology[] = {
6283 struct sched_domain_topology_level *sched_domain_topology = default_topology;
6288 void set_sched_topology(struct sched_domain_topology_level *tl) set_sched_topology()
6389 struct sched_domain_topology_level *tl; sched_init_numa()
6496 sizeof(struct sched_domain_topology_level), GFP_KERNEL);
6510 tl[i] = (struct sched_domain_topology_level){
6589 struct sched_domain_topology_level *tl; __sdt_alloc()
6642 struct sched_domain_topology_level *tl; __sdt_free()
6672 struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl, build_sched_domain()
6724 struct sched_domain_topology_level *tl; for_each_cpu()
/linux-4.1.27/include/linux/
H A Dsched.h1060 struct sched_domain_topology_level { struct
1071 extern struct sched_domain_topology_level *sched_domain_topology;
1073 extern void set_sched_topology(struct sched_domain_topology_level *tl);
/linux-4.1.27/arch/x86/kernel/
H A Dsmpboot.c364 static struct sched_domain_topology_level numa_inside_package_topology[] = {

Completed in 499 milliseconds