Searched refs:nont (Results 1 – 1 of 1) sorted by relevance
1898 int nont, ret; in core_get_turbo_pstate() local1901 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() local1935 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()