Home
last modified time | relevance | path

Searched refs:sched_domains_tmpmask (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
Dtopology.c10 static cpumask_var_t sched_domains_tmpmask; variable
145 if (sched_domain_debug_one(sd, cpu, level, sched_domains_tmpmask)) in sched_domain_debug()
976 struct cpumask *covered = sched_domains_tmpmask; in build_overlap_sched_groups()
1191 covered = sched_domains_tmpmask; in build_sched_groups()
2223 zalloc_cpumask_var(&sched_domains_tmpmask, GFP_KERNEL); in sched_init_domains()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch1480 static cpumask_var_t sched_domains_tmpmask;