LONGRUN_DETERMINE_FREQS
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
longrun_determine_freqs - determines the lowest and highest possible core frequency
SYNOPSIS
"SYNOPSIS"
unsigned int __init longrun_determine_freqs (unsigned int * low_freq, unsigned int * high_freq);
ARGUMENTS
- low_freq
-
an int to put the lowest frequency into
- high_freq
-
an int to put the highest frequency into
DESCRIPTION
Determines the lowest and highest possible core frequencies on this CPU.
This is necessary to calculate the performance percentage according to
TMTA RULES
performance_pctg = (target_freq - low_freq)/(high_freq - low_freq)
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- TMTA RULES
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:26 GMT, October 09, 2005