Home
last modified time | relevance | path

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

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