Searched refs:suboptimal (Results 1 – 6 of 6) sorted by relevance
123 struct cpufreq_frequency_table suboptimal = { in cpufreq_table_index_unsorted() local137 suboptimal.frequency = ~0; in cpufreq_table_index_unsorted()162 if (freq <= suboptimal.frequency) { in cpufreq_table_index_unsorted()163 suboptimal.frequency = freq; in cpufreq_table_index_unsorted()164 suboptimal.driver_data = i; in cpufreq_table_index_unsorted()175 if (freq >= suboptimal.frequency) { in cpufreq_table_index_unsorted()176 suboptimal.frequency = freq; in cpufreq_table_index_unsorted()177 suboptimal.driver_data = i; in cpufreq_table_index_unsorted()193 if (suboptimal.driver_data > i) { in cpufreq_table_index_unsorted()198 index = suboptimal.driver_data; in cpufreq_table_index_unsorted()
30 refactoring before being able to write tests is suboptimal).
178 boundary, it is currently possibly suboptimal to read or execute files
221 generation to avoid being permanently locked in a suboptimal state.
1047 to suboptimal I/O performance for drivers using coherent DMA.
2929 barriers for this use-case would be possible but is often suboptimal.