Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/sched/
Dtopology.h195 struct sched_domain_topology_level { struct
206 extern void __init set_sched_topology(struct sched_domain_topology_level *tl); argument
/linux-6.12.1/kernel/sched/
Dtopology.c1588 sd_init(struct sched_domain_topology_level *tl, in sd_init()
1702 static struct sched_domain_topology_level default_topology[] = {
1718 static struct sched_domain_topology_level *sched_domain_topology =
1720 static struct sched_domain_topology_level *sched_domain_topology_saved;
1725 void __init set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology()
1856 struct sched_domain_topology_level *tl; in sched_init_numa()
1962 sizeof(struct sched_domain_topology_level), GFP_KERNEL); in sched_init_numa()
1975 tl[i++] = (struct sched_domain_topology_level){ in sched_init_numa()
1985 tl[i] = (struct sched_domain_topology_level){ in sched_init_numa()
2224 struct sched_domain_topology_level *tl; in __sdt_alloc()
[all …]
/linux-6.12.1/arch/x86/kernel/
Dsmpboot.c513 static struct sched_domain_topology_level x86_topology[6];
520 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
525 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
530 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
540 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/
Dsched-domains.rst67 sched_domain_topology_level数组,并以该数组作为入参调用set_sched_topology()。
/linux-6.12.1/arch/powerpc/kernel/
Dsmp.c1688 static struct sched_domain_topology_level powerpc_topology[6];
1700 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
1704 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
1710 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
1715 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
1719 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
/linux-6.12.1/Documentation/scheduler/
Dsched-domains.rst73 for a given topology level by creating a sched_domain_topology_level array and
/linux-6.12.1/arch/s390/kernel/
Dtopology.c531 static struct sched_domain_topology_level s390_topology[] = {