Home
last modified time | relevance | path

Searched refs:badness (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_plugin.c332 unsigned int badness, best = -1; in snd_pcm_plug_slave_format() local
341 badness = w - width; in snd_pcm_plug_slave_format()
343 badness = width - w + 32; in snd_pcm_plug_slave_format()
344 badness += snd_pcm_format_unsigned(f) != unsignd; in snd_pcm_plug_slave_format()
345 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()
346 if (badness < best) { in snd_pcm_plug_slave_format()
348 best = badness; in snd_pcm_plug_slave_format()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_generic.c1283 int badness = 0; in assign_out_path_ctls() local
1298 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1302 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1312 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1316 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1317 return badness; in assign_out_path_ctls()
1369 int badness = 0; in try_assign_dacs() local
1382 badness += assign_out_path_ctls(codec, path); in try_assign_dacs()
1390 badness += bad->shared_primary; in try_assign_dacs()
1392 badness += BAD_NO_PRIMARY_DAC; in try_assign_dacs()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dshaping.cpp168 : index(p_index), x(p_x), priorBreak(p_priorBreak), badness(p_badness) in PotentialBreak()
174 const float badness; member
189 calculateBadness(lineWidth, targetWidth, penalty, isLastBreak) + potentialBreak.badness; in evaluateBreak()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh120 console-badness.sh < $file > $T.diags
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfd.h311 unsigned int badness; /* highest retry count for a read or write member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfd.h311 unsigned int badness; /* highest retry count for a read or write member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfd.h314 unsigned int badness; /* highest retry count for a read or write member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-configure-common.inc55 # We need to set gcc_cv_collect2_libs else there is cross-compilation badness
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c171 int score, badness; in udp6_lib_lookup2() local
174 badness = -1; in udp6_lib_lookup2()
178 if (score > badness) { in udp6_lib_lookup2()
186 badness = score; in udp6_lib_lookup2()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch84 + * badness adjustment.
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c439 int score, badness; in udp4_lib_lookup2() local
442 badness = 0; in udp4_lib_lookup2()
446 if (score > badness) { in udp4_lib_lookup2()
454 badness = score; in udp4_lib_lookup2()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c555 long badness; in proc_oom_score() local
557 badness = oom_badness(task, totalpages); in proc_oom_score()
563 if (badness != LONG_MIN) in proc_oom_score()
564 points = (1000 + badness * 1000 / (long)totalpages) * 2 / 3; in proc_oom_score()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c2098 INFBOUND(write_errors[current_drive].badness, err_count); in bad_flp_intr()
3736 compat_uint_t badness; member
3949 v32.badness = v.badness; in compat_werrorget()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst1633 These files can be used to adjust the badness heuristic used to select which
1636 The badness heuristic assigns a value to each candidate task ranging from 0
1640 For example, if a task is using all allowed memory, its badness score will be
1652 The value of /proc/<pid>/oom_score_adj is added to the badness score before it
1658 report a badness score of 0.
1669 be used to tune the badness score. Its acceptable values range from -16
/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.info7610 ordered in increasing badness, bounded by unit growth parameters.
/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.info7610 ordered in increasing badness, bounded by unit growth parameters.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog26980 badness that this solves.