Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/translations/zh_CN/scheduler/
Dsched-domains.rst67 sched_domain_topology_level数组,并以该数组作为入参调用set_sched_topology()。
/linux-6.6.21/include/linux/sched/
Dtopology.h206 extern void __init set_sched_topology(struct sched_domain_topology_level *tl);
/linux-6.6.21/Documentation/scheduler/
Dsched-domains.rst74 calling set_sched_topology() with this array as the parameter.
/linux-6.6.21/arch/s390/kernel/
Dtopology.c551 set_sched_topology(s390_topology); in topology_init_early()
/linux-6.6.21/arch/x86/kernel/
Dsmpboot.c658 set_sched_topology(x86_topology); in build_sched_topology()
/linux-6.6.21/arch/powerpc/kernel/
Dsmp.c1738 set_sched_topology(powerpc_topology); in smp_cpus_done()
/linux-6.6.21/kernel/sched/
Dtopology.c1693 void __init set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology() function