Home
last modified time | relevance | path

Searched refs:suboptimal (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/cpufreq/
H A Dfreq_table.c126 struct cpufreq_frequency_table suboptimal = { in cpufreq_table_index_unsorted() local
140 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()
/linux/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst30 refactoring before being able to write tests is suboptimal).
/linux/Documentation/networking/
H A Ddevmem.rst32 The flow involving host copies is suboptimal, especially for bulk data transfers,
/linux/Documentation/filesystems/
H A Dromfs.rst178 boundary, it is currently possibly suboptimal to read or execute files
/linux/Documentation/mm/
H A Dmultigen_lru.rst221 generation to avoid being permanently locked in a suboptimal state.
/linux/arch/arm/mm/
H A DKconfig1048 to suboptimal I/O performance for drivers using coherent DMA.
/linux/Documentation/gpu/
H A Dtodo.rst85 Aside from the clipped coordinates right above there's a few suboptimal things
/linux/Documentation/admin-guide/pm/
H A Dcpufreq.rst346 may lead to suboptimal results in some cases).
/linux/Documentation/
H A Dmemory-barriers.txt2927 barriers for this use-case would be possible but is often suboptimal.