Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c1741 int nont, ret; in core_get_turbo_pstate() local
1744 nont = core_get_max_pstate(); in core_get_turbo_pstate()
1746 if (ret <= nont) in core_get_turbo_pstate()
1747 ret = nont; in core_get_turbo_pstate()
1775 int nont, ret; in knl_get_turbo_pstate() local
1778 nont = core_get_max_pstate(); in knl_get_turbo_pstate()
1780 if (ret <= nont) in knl_get_turbo_pstate()
1781 ret = nont; in knl_get_turbo_pstate()