Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dcore.c5814 pflags &= ~SD_SERIALIZE; in sd_parent_degenerate()
6470 | 0*SD_SERIALIZE in sd_init()
6506 sd->flags |= SD_SERIALIZE; in sd_init()
Dfair.c7617 need_serialize = sd->flags & SD_SERIALIZE; in rebalance_domains()
/linux-4.4.14/include/linux/
Dsched.h989 #define SD_SERIALIZE 0x0400 /* Only a single load balancing instance */ macro