Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
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/
A Dfunctionredirection.rst30 refactoring before being able to write tests is suboptimal).
/linux/Documentation/networking/
A Ddevmem.rst32 The flow involving host copies is suboptimal, especially for bulk data transfers,
A Dnet_dim.rst179 this discrepancy has been identified as a factor to the suboptimal performance
A Dbonding.rst2476 the same local network. This mode is likely to be suboptimal
/linux/Documentation/filesystems/
A Dromfs.rst178 boundary, it is currently possibly suboptimal to read or execute files
/linux/Documentation/mm/
A Dmultigen_lru.rst221 generation to avoid being permanently locked in a suboptimal state.
/linux/arch/arm/mm/
A DKconfig1048 to suboptimal I/O performance for drivers using coherent DMA.
/linux/Documentation/gpu/
A Dtodo.rst85 Aside from the clipped coordinates right above there's a few suboptimal things
/linux/Documentation/admin-guide/pm/
A Dcpufreq.rst346 may lead to suboptimal results in some cases).
/linux/Documentation/
A Dmemory-barriers.txt2927 barriers for this use-case would be possible but is often suboptimal.
/linux/Documentation/filesystems/xfs/
A Dxfs-online-fsck-design.rst3133 | superblock, but it felt suboptimal given the other inadequacies of |

Completed in 38 milliseconds