Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dtopology.c706 sd = lowest_flag_domain(cpu, SD_CLUSTER); in update_top_cache_domain()
717 sd = lowest_flag_domain(cpu, SD_NUMA); in update_top_cache_domain()
723 sd = lowest_flag_domain(cpu, SD_ASYM_CPUCAPACITY_FULL); in update_top_cache_domain()
2527 if (lowest_flag_domain(i, SD_CLUSTER)) in build_sched_domains()
Dsched.h1987 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag) in lowest_flag_domain() function