Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dfreq_table.c128 struct cpufreq_frequency_table suboptimal = { in cpufreq_table_index_unsorted() local
142 suboptimal.frequency = ~0; in cpufreq_table_index_unsorted()
167 if (freq <= suboptimal.frequency) { in cpufreq_table_index_unsorted()
168 suboptimal.frequency = freq; in cpufreq_table_index_unsorted()
169 suboptimal.driver_data = i; in cpufreq_table_index_unsorted()
180 if (freq >= suboptimal.frequency) { in cpufreq_table_index_unsorted()
181 suboptimal.frequency = freq; in cpufreq_table_index_unsorted()
182 suboptimal.driver_data = i; in cpufreq_table_index_unsorted()
198 if (suboptimal.driver_data > i) { in cpufreq_table_index_unsorted()
203 index = suboptimal.driver_data; in cpufreq_table_index_unsorted()
/OK3568_Linux_fs/buildroot/package/icu/
H A D0001-dont-build-static-dynamic-twice.patch9 static library generates a slightly suboptimal code, this is what all
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/
H A D0001-limit-number-of-LTO-jobs.patch42 + # linker jobs. This is still suboptimal to a potential dynamic
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dromfs.rst178 boundary, it is currently possibly suboptimal to read or execute files
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dtodo.rst78 Aside from the clipped coordinates right above there's a few suboptimal things
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A DKconfig1050 to suboptimal I/O performance for drivers using coherent DMA.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dcpufreq.rst342 may lead to suboptimal results in some cases).
/OK3568_Linux_fs/kernel/Documentation/
H A Dmemory-barriers.txt2898 barriers for this use-case would be possible but is often suboptimal.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dbonding.rst2412 the same local network. This mode is likely to be suboptimal
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtarget.def3168 suboptimal code can result if this hook returns true for the corresponding\n\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtarget.def3168 suboptimal code can result if this hook returns true for the corresponding\n\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info33106 which includes both of them. Otherwise you will get suboptimal code, or
41577 suboptimal code can result if this hook returns true for the
H A Dgcc.info14567 switch. Additionally, it makes the code suboptimal. Use it to
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info33106 which includes both of them. Otherwise you will get suboptimal code, or
41577 suboptimal code can result if this hook returns true for the
H A Dgcc.info14567 switch. Additionally, it makes the code suboptimal. Use it to
/OK3568_Linux_fs/external/xserver/
H A DChangeLog9110 let know the client that the buffer format/modifier is suboptimal.
34894 That's clearly suboptimal, given Xwayland is generally designed
149741 xkb: mixing up src and dst in a memcpy is suboptimal.