Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dcore.c5450 if (!(sd->flags & SD_OVERLAP) && in sched_domain_debug_one()
5704 if (sd->flags & SD_OVERLAP) { in free_sched_domain()
6653 if (sd && (sd->flags & SD_OVERLAP)) in __sdt_free()
6732 sd->flags |= SD_OVERLAP; in build_sched_domains()
6742 if (sd->flags & SD_OVERLAP) { in build_sched_domains()
Dfair.c6102 if (child->flags & SD_OVERLAP) { in update_group_capacity()
/linux-4.1.27/include/linux/
Dsched.h919 #define SD_OVERLAP 0x2000 /* sched_domains of this level overlap */ macro