Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Dintel_pstate.c2166 int nont, ret; in core_get_turbo_pstate() local
2169 nont = core_get_max_pstate(cpu); in core_get_turbo_pstate()
2171 if (ret <= nont) in core_get_turbo_pstate()
2172 ret = nont; in core_get_turbo_pstate()
2195 int nont, ret; in knl_get_turbo_pstate() local
2198 nont = core_get_max_pstate(cpu); in knl_get_turbo_pstate()
2200 if (ret <= nont) in knl_get_turbo_pstate()
2201 ret = nont; in knl_get_turbo_pstate()