Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dcore.c5557 pflags &= ~SD_SERIALIZE; in sd_parent_degenerate()
6213 | 0*SD_SERIALIZE in sd_init()
6249 sd->flags |= SD_SERIALIZE; in sd_init()
Dfair.c7582 need_serialize = sd->flags & SD_SERIALIZE; in rebalance_domains()
/linux-4.1.27/include/linux/
Dsched.h916 #define SD_SERIALIZE 0x0400 /* Only a single load balancing instance */ macro