Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sched/
A Dtopology.h195 struct sched_domain_topology_level { struct
206 extern void set_sched_topology(struct sched_domain_topology_level *tl); argument
/linux-6.3-rc2/kernel/sched/
A Dtopology.c1542 sd_init(struct sched_domain_topology_level *tl, in sd_init()
1656 static struct sched_domain_topology_level default_topology[] = {
1672 static struct sched_domain_topology_level *sched_domain_topology =
1679 void set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology()
1810 struct sched_domain_topology_level *tl; in sched_init_numa()
1916 sizeof(struct sched_domain_topology_level), GFP_KERNEL); in sched_init_numa()
1929 tl[i++] = (struct sched_domain_topology_level){ in sched_init_numa()
1939 tl[i] = (struct sched_domain_topology_level){ in sched_init_numa()
2169 struct sched_domain_topology_level *tl; in __sdt_alloc()
2238 struct sched_domain_topology_level *tl; in __sdt_free()
[all …]
/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/
A Dsched-domains.rst67 sched_domain_topology_level数组,并以该数组作为入参调用set_sched_topology()。
/linux-6.3-rc2/arch/x86/kernel/
A Dsmpboot.c561 static struct sched_domain_topology_level x86_numa_in_package_topology[] = {
574 static struct sched_domain_topology_level x86_hybrid_topology[] = {
585 static struct sched_domain_topology_level x86_topology[] = {
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-domains.rst73 for a given topology level by creating a sched_domain_topology_level array and
/linux-6.3-rc2/arch/s390/kernel/
A Dtopology.c518 static struct sched_domain_topology_level s390_topology[] = {
/linux-6.3-rc2/arch/powerpc/kernel/
A Dsmp.c1045 static struct sched_domain_topology_level powerpc_topology[] = {

Completed in 25 milliseconds