Home
last modified time | relevance | path

Searched refs:SD_OVERLAP (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/sched/
Dcore.c5707 if (!(sd->flags & SD_OVERLAP) && in sched_domain_debug_one()
5961 if (sd->flags & SD_OVERLAP) { in free_sched_domain()
6913 if (sd && (sd->flags & SD_OVERLAP)) in __sdt_free()
6992 sd->flags |= SD_OVERLAP; in build_sched_domains()
7002 if (sd->flags & SD_OVERLAP) { in build_sched_domains()
Dfair.c6140 if (child->flags & SD_OVERLAP) { in update_group_capacity()
/linux-4.4.14/include/linux/
Dsched.h992 #define SD_OVERLAP 0x2000 /* sched_domains of this level overlap */ macro