Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtopology.h195 struct sched_domain_topology_level { struct
206 extern void __init set_sched_topology(struct sched_domain_topology_level *tl); argument
/linux/kernel/sched/
H A 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/arch/x86/kernel/
H A Dsmpboot.c514 static struct sched_domain_topology_level x86_topology[6];
521 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
526 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
531 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
541 x86_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
/linux/arch/powerpc/kernel/
H A Dsmp.c1691 static struct sched_domain_topology_level powerpc_topology[6];
1703 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
1707 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
1713 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
1718 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
1722 powerpc_topology[i++] = (struct sched_domain_topology_level){ in build_sched_topology()
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-domains.rst67 sched_domain_topology_level数组,并以该数组作为入参调用set_sched_topology()。
/linux/Documentation/scheduler/
H A Dsched-domains.rst73 for a given topology level by creating a sched_domain_topology_level array and
/linux/arch/s390/kernel/
H A Dtopology.c532 static struct sched_domain_topology_level s390_topology[] = {