Searched defs:sample_type (Results 1 - 2 of 2) sorted by relevance

/drivers/cpufreq/
H A Dcpufreq_governor.h162 unsigned int sample_type:1; member in struct:od_cpu_dbs_info_s
H A Dcpufreq_ondemand.c203 int delay = 0, sample_type = core_dbs_info->sample_type; local
213 core_dbs_info->sample_type = OD_NORMAL_SAMPLE;
214 if (sample_type == OD_SUB_SAMPLE) {
222 core_dbs_info->sample_type = OD_SUB_SAMPLE;

Completed in 58 milliseconds