Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c1946 int nont, ret; in core_get_turbo_pstate() local
1949 nont = core_get_max_pstate(cpu); in core_get_turbo_pstate()
1951 if (ret <= nont) in core_get_turbo_pstate()
1952 ret = nont; in core_get_turbo_pstate()
1975 int nont, ret; in knl_get_turbo_pstate() local
1978 nont = core_get_max_pstate(cpu); in knl_get_turbo_pstate()
1980 if (ret <= nont) in knl_get_turbo_pstate()
1981 ret = nont; in knl_get_turbo_pstate()