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

/drivers/cpufreq/
H A Dcpufreq_ondemand.c89 unsigned int sample_type:1; member in struct:cpu_dbs_info_s
604 int sample_type = dbs_info->sample_type; local
611 dbs_info->sample_type = DBS_NORMAL_SAMPLE;
613 sample_type == DBS_NORMAL_SAMPLE) {
617 dbs_info->sample_type = DBS_SUB_SAMPLE;
646 dbs_info->sample_type = DBS_NORMAL_SAMPLE;

Completed in 97 milliseconds