Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/kernel/sched/
Dtopology.c1556 sd_init(struct sched_domain_topology_level *tl, in sd_init()
1670 static struct sched_domain_topology_level default_topology[] = {
1686 static struct sched_domain_topology_level *sched_domain_topology =
1688 static struct sched_domain_topology_level *sched_domain_topology_saved;
1693 void __init set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology()
1824 struct sched_domain_topology_level *tl; in sched_init_numa()
1930 sizeof(struct sched_domain_topology_level), GFP_KERNEL); in sched_init_numa()
1943 tl[i++] = (struct sched_domain_topology_level){ in sched_init_numa()
1953 tl[i] = (struct sched_domain_topology_level){ in sched_init_numa()
2183 struct sched_domain_topology_level *tl; in __sdt_alloc()
[all …]
/Linux-v6.6/arch/x86/kernel/
Dsmpboot.c621 static struct sched_domain_topology_level x86_topology[6];
628 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
633 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
638 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
648 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
/Linux-v6.6/Documentation/translations/zh_CN/scheduler/
Dsched-domains.rst67 sched_domain_topology_level数组,并以该数组作为入参调用set_sched_topology()。
/Linux-v6.6/Documentation/scheduler/
Dsched-domains.rst73 for a given topology level by creating a sched_domain_topology_level array and
/Linux-v6.6/arch/s390/kernel/
Dtopology.c520 static struct sched_domain_topology_level s390_topology[] = {
/Linux-v6.6/arch/powerpc/kernel/
Dsmp.c1048 static struct sched_domain_topology_level powerpc_topology[] = {