Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c2198 int nont, ret; in core_get_turbo_pstate() local
2201 nont = core_get_max_pstate(cpu); in core_get_turbo_pstate()
2203 if (ret <= nont) in core_get_turbo_pstate()
2204 ret = nont; in core_get_turbo_pstate()
2221 int nont, ret; in knl_get_turbo_pstate() local
2224 nont = core_get_max_pstate(cpu); in knl_get_turbo_pstate()
2226 if (ret <= nont) in knl_get_turbo_pstate()
2227 ret = nont; in knl_get_turbo_pstate()