Searched refs:nont (Results 1 – 1 of 1) sorted by relevance
2173 int nont, ret; in core_get_turbo_pstate() local2176 nont = core_get_max_pstate(cpu); in core_get_turbo_pstate()2178 if (ret <= nont) in core_get_turbo_pstate()2179 ret = nont; in core_get_turbo_pstate()2202 int nont, ret; in knl_get_turbo_pstate() local2205 nont = core_get_max_pstate(cpu); in knl_get_turbo_pstate()2207 if (ret <= nont) in knl_get_turbo_pstate()2208 ret = nont; in knl_get_turbo_pstate()