Home
last modified time | relevance | path

Searched refs:SD_BALANCE_WAKE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/sched/
Dtopology.h24 #define SD_BALANCE_WAKE 0x0010 /* Balance on wakeup */ macro
/Linux-v4.19/kernel/sched/
Dtopology.c974 sd->flags &= ~(SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE); in set_domain_attribute()
977 sd->flags |= (SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE); in set_domain_attribute()
1120 | 0*SD_BALANCE_WAKE in sd_init()
1152 t->flags |= SD_BALANCE_WAKE; in sd_init()
Ddeadline.c1575 if (sd_flag != SD_BALANCE_WAKE) in select_task_rq_dl()
Drt.c1395 if (sd_flag != SD_BALANCE_WAKE && sd_flag != SD_BALANCE_FORK) in select_task_rq_rt()
Dfair.c5703 if (sd_flag & SD_BALANCE_WAKE) in find_idlest_group()
6317 if (sd_flag & SD_BALANCE_WAKE) { in select_task_rq_fair()
6350 } else if (sd_flag & SD_BALANCE_WAKE) { /* XXX always ? */ in select_task_rq_fair()
Dcore.c2036 cpu = select_task_rq(p, p->wake_cpu, SD_BALANCE_WAKE, wake_flags); in try_to_wake_up()