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.h185 struct sched_domain_topology_level { struct
193 extern void __init set_sched_topology(struct sched_domain_topology_level *tl); argument
196 #define SDTL_INIT(maskfn, flagsfn, dname) ((struct sched_domain_topology_level) \
/linux/kernel/sched/
H A Dtopology.c1626 sd_init(struct sched_domain_topology_level *tl, in sd_init()
1738 static struct sched_domain_topology_level default_topology[] = {
1754 static struct sched_domain_topology_level *sched_domain_topology =
1756 static struct sched_domain_topology_level *sched_domain_topology_saved;
1761 void __init set_sched_topology(struct sched_domain_topology_level *tl) in set_sched_topology()
1892 struct sched_domain_topology_level *tl; in sched_init_numa()
1998 sizeof(struct sched_domain_topology_level), GFP_KERNEL); in sched_init_numa()
2251 struct sched_domain_topology_level *tl; in __sdt_alloc()
2318 struct sched_domain_topology_level *tl; in __sdt_free()
2352 static struct sched_domain *build_sched_domain(struct sched_domain_topology_level *tl, in build_sched_domain()
[all …]
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-domains.rst67 sched_domain_topology_level数组,并以该数组作为入参调用set_sched_topology()。
/linux/arch/x86/kernel/
H A Dsmpboot.c481 static struct sched_domain_topology_level x86_topology[] = {
495 struct sched_domain_topology_level *topology = x86_topology; in build_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.c533 static struct sched_domain_topology_level s390_topology[] = {
/linux/arch/powerpc/kernel/
H A Dsmp.c1691 static struct sched_domain_topology_level powerpc_topology[6];