Home
last modified time | relevance | path

Searched refs:CPU_CAPACITY_LOW (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/kernel/
H A Dhiperdispatch.c162 capacity = upscaling_cores > 0 ? CPU_CAPACITY_HIGH : CPU_CAPACITY_LOW; in hd_update_capacities()
171 capacity = CPU_CAPACITY_LOW; in hd_update_capacities()
/linux/arch/s390/include/asm/
H A Dtopology.h71 #define CPU_CAPACITY_LOW (SCHED_CAPACITY_SCALE >> 3) macro