Searched refs:suboptimal (Results 1 – 7 of 7) 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()
178 boundary, it is currently possibly suboptimal to read or execute files
81 Aside from the clipped coordinates right above there's a few suboptimal things
1036 to suboptimal I/O performance for drivers using coherent DMA.
342 may lead to suboptimal results in some cases).
2898 barriers for this use-case would be possible but is often suboptimal.
2437 the same local network. This mode is likely to be suboptimal
Completed in 21 milliseconds