Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c639 sd = highest_flag_domain(cpu, SD_SHARE_PKG_RESOURCES); in update_top_cache_domain()
654 sd = highest_flag_domain(cpu, SD_ASYM_PACKING); in update_top_cache_domain()
H A Dsched.h1478 static inline struct sched_domain *highest_flag_domain(int cpu, int flag) in highest_flag_domain() function