Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dtopology.c283 static struct sched_domain_topology_level arm_topology[] = {
/linux-4.4.14/kernel/sched/
Dcore.c6429 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 …]
/linux-4.4.14/arch/s390/kernel/
Dtopology.c454 static struct sched_domain_topology_level s390_topology[] = {
/linux-4.4.14/arch/powerpc/kernel/
Dsmp.c754 static struct sched_domain_topology_level powerpc_topology[] = {
/linux-4.4.14/arch/x86/kernel/
Dsmpboot.c346 static struct sched_domain_topology_level numa_inside_package_topology[] = {
/linux-4.4.14/include/linux/
Dsched.h1133 struct sched_domain_topology_level { struct
1144 extern void set_sched_topology(struct sched_domain_topology_level *tl); argument