Home
last modified time | relevance | path

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

/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()
/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh120 console-badness.sh < $file > $T.diags
/linux/include/uapi/linux/
H A Dfd.h314 unsigned int badness; /* highest retry count for a read or write member
/linux/net/ipv4/
H A Dudp.c451 int score, badness = 0; in udp4_lib_lookup1() local
456 if (score > badness) { in udp4_lib_lookup1()
458 badness = score; in udp4_lib_lookup1()
474 int score, badness; in udp4_lib_lookup2() local
478 badness = 0; in udp4_lib_lookup2()
484 if (score > badness) { in udp4_lib_lookup2()
485 badness = score; in udp4_lib_lookup2()
/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()
/linux/Documentation/filesystems/
H A Dproc.rst1733 These files can be used to adjust the badness heuristic used to select which
1736 The badness heuristic assigns a value to each candidate task ranging from 0
1740 For example, if a task is using all allowed memory, its badness score will be
1752 The value of /proc/<pid>/oom_score_adj is added to the badness score before it
1758 report a badness score of 0.
1769 be used to tune the badness score. Its acceptable values range from -16