Searched refs:suboptimal (Results 1 – 9 of 9) sorted by relevance
126 struct cpufreq_frequency_table suboptimal = { in cpufreq_table_index_unsorted() local140 suboptimal.frequency = ~0; in cpufreq_table_index_unsorted()165 if (freq <= suboptimal.frequency) { in cpufreq_table_index_unsorted()166 suboptimal.frequency = freq; in cpufreq_table_index_unsorted()167 suboptimal.driver_data = i; in cpufreq_table_index_unsorted()178 if (freq >= suboptimal.frequency) { in cpufreq_table_index_unsorted()179 suboptimal.frequency = freq; in cpufreq_table_index_unsorted()180 suboptimal.driver_data = i; in cpufreq_table_index_unsorted()196 if (suboptimal.driver_data > i) { in cpufreq_table_index_unsorted()201 index = suboptimal.driver_data; in cpufreq_table_index_unsorted()
30 refactoring before being able to write tests is suboptimal).
32 The flow involving host copies is suboptimal, especially for bulk data transfers,
178 boundary, it is currently possibly suboptimal to read or execute files
221 generation to avoid being permanently locked in a suboptimal state.
1048 to suboptimal I/O performance for drivers using coherent DMA.
85 Aside from the clipped coordinates right above there's a few suboptimal things
346 may lead to suboptimal results in some cases).
2927 barriers for this use-case would be possible but is often suboptimal.