Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c1642 int nont, ret; in core_get_turbo_pstate() local
1645 nont = core_get_max_pstate(); in core_get_turbo_pstate()
1647 if (ret <= nont) in core_get_turbo_pstate()
1648 ret = nont; in core_get_turbo_pstate()
1676 int nont, ret; in knl_get_turbo_pstate() local
1679 nont = core_get_max_pstate(); in knl_get_turbo_pstate()
1681 if (ret <= nont) in knl_get_turbo_pstate()
1682 ret = nont; in knl_get_turbo_pstate()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c1947 int nont, ret; in core_get_turbo_pstate() local
1950 nont = core_get_max_pstate(cpu); in core_get_turbo_pstate()
1952 if (ret <= nont) in core_get_turbo_pstate()
1953 ret = nont; in core_get_turbo_pstate()
1976 int nont, ret; in knl_get_turbo_pstate() local
1979 nont = core_get_max_pstate(cpu); in knl_get_turbo_pstate()
1981 if (ret <= nont) in knl_get_turbo_pstate()
1982 ret = nont; in knl_get_turbo_pstate()

Completed in 9 milliseconds