Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dtopology.c193 SD_PREFER_SIBLING | in sd_parent_degenerate()
453 if (parent->flags & SD_PREFER_SIBLING) in cpu_attach_domain()
454 tmp->flags |= SD_PREFER_SIBLING; in cpu_attach_domain()
1125 | 0*SD_PREFER_SIBLING in sd_init()
1156 sd->flags |= SD_PREFER_SIBLING; in sd_init()
1161 sd->flags |= SD_PREFER_SIBLING; in sd_init()
1181 sd->flags |= SD_PREFER_SIBLING; in sd_init()
Dfair.c8008 if (child && child->flags & SD_PREFER_SIBLING) in update_sd_lb_stats()
/Linux-v4.19/include/linux/sched/
Dtopology.h32 #define SD_PREFER_SIBLING 0x1000 /* Prefer to place tasks in a sibling domain */ macro