Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
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-6.12.1/arch/s390/include/asm/
Dtopology.h71 #define CPU_CAPACITY_LOW (SCHED_CAPACITY_SCALE >> 3) macro