Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dtopology.c283 static struct sched_domain_topology_level arm_topology[] = {
/linux-4.1.27/kernel/sched/
Dcore.c6172 sd_init(struct sched_domain_topology_level *tl, int cpu) in 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) in set_sched_topology()
6389 struct sched_domain_topology_level *tl; in sched_init_numa()
6496 sizeof(struct sched_domain_topology_level), GFP_KERNEL); in sched_init_numa()
6510 tl[i] = (struct sched_domain_topology_level){ in sched_init_numa()
6589 struct sched_domain_topology_level *tl; in __sdt_alloc()
6642 struct sched_domain_topology_level *tl; in __sdt_free()
6672 struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl, in build_sched_domain()
[all …]
/linux-4.1.27/arch/s390/kernel/
Dtopology.c449 static struct sched_domain_topology_level s390_topology[] = {
/linux-4.1.27/arch/powerpc/kernel/
Dsmp.c754 static struct sched_domain_topology_level powerpc_topology[] = {
/linux-4.1.27/include/linux/
Dsched.h1060 struct sched_domain_topology_level { struct
1071 extern struct sched_domain_topology_level *sched_domain_topology; argument
1073 extern void set_sched_topology(struct sched_domain_topology_level *tl);
/linux-4.1.27/arch/x86/kernel/
Dsmpboot.c364 static struct sched_domain_topology_level numa_inside_package_topology[] = {