Home
last modified time | relevance | path

Searched refs:OD_SUB_SAMPLE (Results 1 – 2 of 2) sorted by relevance

/drivers/cpufreq/
Dcpufreq_ondemand.c183 if (sample_type == OD_SUB_SAMPLE && policy_dbs->sample_delay_ns > 0) { in od_dbs_update()
193 dbs_info->sample_type = OD_SUB_SAMPLE; in od_dbs_update()
Dcpufreq_governor.h26 enum {OD_NORMAL_SAMPLE, OD_SUB_SAMPLE}; enumerator