Home
last modified time | relevance | path

Searched refs:SD_BALANCE_NEWIDLE (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/include/linux/
Dtopology.h96 | 1*SD_BALANCE_NEWIDLE \
129 | 1*SD_BALANCE_NEWIDLE \
162 | 1*SD_BALANCE_NEWIDLE \
189 | 1*SD_BALANCE_NEWIDLE \
Dsched.h856 #define SD_BALANCE_NEWIDLE 0x0002 /* Balance when about to become idle */ macro
913 return SD_BALANCE_NEWIDLE; in sd_power_saving_flags()
/linux-3.4.99/arch/tile/include/asm/
Dtopology.h67 | 1*SD_BALANCE_NEWIDLE \
93 | 1*SD_BALANCE_NEWIDLE \
/linux-3.4.99/arch/ia64/include/asm/
Dtopology.h64 | SD_BALANCE_NEWIDLE \
89 | SD_BALANCE_NEWIDLE \
/linux-3.4.99/arch/sh/include/asm/
Dtopology.h24 | SD_BALANCE_NEWIDLE \
/linux-3.4.99/arch/powerpc/include/asm/
Dtopology.h68 | 0*SD_BALANCE_NEWIDLE \
/linux-3.4.99/arch/x86/include/asm/
Dtopology.h117 | 1*SD_BALANCE_NEWIDLE \
/linux-3.4.99/kernel/sched/
Dcore.c5830 SD_BALANCE_NEWIDLE | in sd_degenerate()
5860 SD_BALANCE_NEWIDLE | in sd_parent_degenerate()
6457 sd->flags &= ~(SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE); in set_domain_attribute()
6460 sd->flags |= (SD_BALANCE_WAKE|SD_BALANCE_NEWIDLE); in set_domain_attribute()
Dfair.c4617 if (sd->flags & SD_BALANCE_NEWIDLE) { in idle_balance()