Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Dintel_pstate.c1898 int nont, ret; in core_get_turbo_pstate() local
1901 nont = core_get_max_pstate(cpu); in core_get_turbo_pstate()
1903 if (ret <= nont) in core_get_turbo_pstate()
1904 ret = nont; in core_get_turbo_pstate()
1932 int nont, ret; in knl_get_turbo_pstate() local
1935 nont = core_get_max_pstate(cpu); in knl_get_turbo_pstate()
1937 if (ret <= nont) in knl_get_turbo_pstate()
1938 ret = nont; in knl_get_turbo_pstate()