Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dfreq_table.c123 struct cpufreq_frequency_table suboptimal = { in cpufreq_table_index_unsorted() local
137 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()
/linux/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst30 refactoring before being able to write tests is suboptimal).
/linux/Documentation/filesystems/
H A Dromfs.rst178 boundary, it is currently possibly suboptimal to read or execute files
/linux/Documentation/networking/
H A Dnet_dim.rst179 this discrepancy has been identified as a factor to the suboptimal performance
H A Ddevmem.rst32 The flow involving host copies is suboptimal, especially for bulk data transfers,
H A Dbonding.rst2445 the same local network. This mode is likely to be suboptimal
/linux/Documentation/mm/
H A Dmultigen_lru.rst221 generation to avoid being permanently locked in a suboptimal state.
/linux/arch/arm/mm/
H A DKconfig1047 to suboptimal I/O performance for drivers using coherent DMA.
/linux/Documentation/admin-guide/pm/
H A Dcpufreq.rst357 may lead to suboptimal results in some cases).
/linux/Documentation/
H A Dmemory-barriers.txt2929 barriers for this use-case would be possible but is often suboptimal.
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst3031 | superblock, but it felt suboptimal given the other inadequacies of |