Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c1341 int nont, ret; in core_get_turbo_pstate() local
1344 nont = core_get_max_pstate(); in core_get_turbo_pstate()
1346 if (ret <= nont) in core_get_turbo_pstate()
1347 ret = nont; in core_get_turbo_pstate()
1375 int nont, ret; in knl_get_turbo_pstate() local
1378 nont = core_get_max_pstate(); in knl_get_turbo_pstate()
1380 if (ret <= nont) in knl_get_turbo_pstate()
1381 ret = nont; in knl_get_turbo_pstate()