Searched refs:SD_PREFER_SIBLING (Results 1 – 3 of 3) sorted by relevance
26 #define SD_PREFER_SIBLING 0x1000 /* Prefer to place tasks in a sibling domain */ macro
193 SD_PREFER_SIBLING | in sd_parent_degenerate()681 if (parent->flags & SD_PREFER_SIBLING) in cpu_attach_domain()682 tmp->flags |= SD_PREFER_SIBLING; in cpu_attach_domain()1358 | 1*SD_PREFER_SIBLING in sd_init()1387 sd->child->flags &= ~SD_PREFER_SIBLING; in sd_init()1404 sd->flags &= ~SD_PREFER_SIBLING; in sd_init()
8198 bool prefer_sibling = child && child->flags & SD_PREFER_SIBLING; in update_sd_lb_stats()