Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/oss/
H A Dpcm_plugin.c333 unsigned int badness, best = -1; in snd_pcm_plug_slave_format() local
342 badness = w - width; in snd_pcm_plug_slave_format()
344 badness = width - w + 32; in snd_pcm_plug_slave_format()
345 badness += snd_pcm_format_unsigned(f) != unsignd; in snd_pcm_plug_slave_format()
346 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()
347 if (badness < best) { in snd_pcm_plug_slave_format()
349 best = badness; in snd_pcm_plug_slave_format()
/openbmc/linux/sound/pci/hda/
H A Dhda_generic.c1290 int badness = 0; in assign_out_path_ctls() local
1305 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1309 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1319 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1323 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1324 return badness; in assign_out_path_ctls()
1376 int badness = 0; in try_assign_dacs() local
1389 badness += assign_out_path_ctls(codec, path); in try_assign_dacs()
1397 badness += bad->shared_primary; in try_assign_dacs()
1399 badness += BAD_NO_PRIMARY_DAC; in try_assign_dacs()
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh120 console-badness.sh < $file > $T.diags
/openbmc/linux/include/uapi/linux/
H A Dfd.h314 unsigned int badness; /* highest retry count for a read or write member
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-configure-common.inc54 # We need to set gcc_cv_collect2_libs else there is cross-compilation badness
/openbmc/linux/net/ipv6/
H A Dudp.c173 int score, badness; in udp6_lib_lookup2() local
177 badness = -1; in udp6_lib_lookup2()
183 if (score > badness) { in udp6_lib_lookup2()
184 badness = score; in udp6_lib_lookup2()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch86 + * badness adjustment.
/openbmc/linux/fs/proc/
H A Dbase.c590 long badness; in proc_oom_score() local
592 badness = oom_badness(task, totalpages); in proc_oom_score()
598 if (badness != LONG_MIN) in proc_oom_score()
599 points = (1000 + badness * 1000 / (long)totalpages) * 2 / 3; in proc_oom_score()
/openbmc/linux/net/ipv4/
H A Dudp.c433 int score, badness; in udp4_lib_lookup2() local
437 badness = 0; in udp4_lib_lookup2()
443 if (score > badness) { in udp4_lib_lookup2()
444 badness = score; in udp4_lib_lookup2()
/openbmc/linux/drivers/block/
H A Dfloppy.c2098 INFBOUND(write_errors[current_drive].badness, err_count); in bad_flp_intr()
3646 compat_uint_t badness; member
3859 v32.badness = v.badness; in compat_werrorget()
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst1644 These files can be used to adjust the badness heuristic used to select which
1647 The badness heuristic assigns a value to each candidate task ranging from 0
1651 For example, if a task is using all allowed memory, its badness score will be
1663 The value of /proc/<pid>/oom_score_adj is added to the badness score before it
1669 report a badness score of 0.
1680 be used to tune the badness score. Its acceptable values range from -16
/openbmc/linux/
H A Dopengrok2.0.log[all...]