Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Dfreq_table.c125 struct cpufreq_frequency_table suboptimal = { in cpufreq_table_index_unsorted() local
139 suboptimal.frequency = ~0; in cpufreq_table_index_unsorted()
164 if (freq <= suboptimal.frequency) { in cpufreq_table_index_unsorted()
165 suboptimal.frequency = freq; in cpufreq_table_index_unsorted()
166 suboptimal.driver_data = i; in cpufreq_table_index_unsorted()
177 if (freq >= suboptimal.frequency) { in cpufreq_table_index_unsorted()
178 suboptimal.frequency = freq; in cpufreq_table_index_unsorted()
179 suboptimal.driver_data = i; in cpufreq_table_index_unsorted()
195 if (suboptimal.driver_data > i) { in cpufreq_table_index_unsorted()
200 index = suboptimal.driver_data; in cpufreq_table_index_unsorted()
/linux-6.15/Documentation/filesystems/bcachefs/
H A Dcasefolding.rst89 This is slightly suboptimal, but could be fixed in future with some vfs work.
/linux-6.15/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst30 refactoring before being able to write tests is suboptimal).
/linux-6.15/Documentation/networking/
H A Ddevmem.rst32 The flow involving host copies is suboptimal, especially for bulk data transfers,
H A Dnet_dim.rst179 this discrepancy has been identified as a factor to the suboptimal performance
H A Dbonding.rst2476 the same local network. This mode is likely to be suboptimal
/linux-6.15/Documentation/filesystems/
H A Dromfs.rst178 boundary, it is currently possibly suboptimal to read or execute files
/linux-6.15/Documentation/mm/
H A Dmultigen_lru.rst221 generation to avoid being permanently locked in a suboptimal state.
/linux-6.15/arch/arm/mm/
H A DKconfig1049 to suboptimal I/O performance for drivers using coherent DMA.
/linux-6.15/Documentation/gpu/
H A Dtodo.rst85 Aside from the clipped coordinates right above there's a few suboptimal things
/linux-6.15/Documentation/admin-guide/pm/
H A Dcpufreq.rst361 may lead to suboptimal results in some cases).
/linux-6.15/Documentation/
H A Dmemory-barriers.txt2927 barriers for this use-case would be possible but is often suboptimal.
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst3133 | superblock, but it felt suboptimal given the other inadequacies of |