Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/oss/
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-6.3-rc2/sound/pci/hda/
A Dhda_generic.c1319 return badness; in assign_out_path_ctls()
1452 return badness; in try_assign_dacs()
1563 badness++; in fill_multi_ios()
1569 badness++; in fill_multi_ios()
1583 if (badness) in fill_multi_ios()
1604 return badness; in fill_multi_ios()
1763 badness = 0; in fill_and_eval_dacs()
1885 return badness; in fill_and_eval_dacs()
1987 int badness; in parse_output_paths() local
2014 if (!badness) in parse_output_paths()
[all …]
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dparse-console.sh120 console-badness.sh < $file > $T.diags
/linux-6.3-rc2/include/uapi/linux/
A Dfd.h314 unsigned int badness; /* highest retry count for a read or write member
/linux-6.3-rc2/net/ipv6/
A Dudp.c188 int score, badness; in udp6_lib_lookup2() local
191 badness = -1; in udp6_lib_lookup2()
195 if (score > badness) { in udp6_lib_lookup2()
203 badness = score; in udp6_lib_lookup2()
/linux-6.3-rc2/net/ipv4/
A Dudp.c445 int score, badness; in udp4_lib_lookup2() local
448 badness = 0; in udp4_lib_lookup2()
452 if (score > badness) { in udp4_lib_lookup2()
460 badness = score; in udp4_lib_lookup2()
/linux-6.3-rc2/fs/proc/
A Dbase.c554 long badness; in proc_oom_score() local
556 badness = oom_badness(task, totalpages); in proc_oom_score()
562 if (badness != LONG_MIN) in proc_oom_score()
563 points = (1000 + badness * 1000 / (long)totalpages) * 2 / 3; in proc_oom_score()
/linux-6.3-rc2/drivers/block/
A Dfloppy.c2098 INFBOUND(write_errors[current_drive].badness, err_count); in bad_flp_intr()
3644 compat_uint_t badness; member
3857 v32.badness = v.badness; in compat_werrorget()
/linux-6.3-rc2/Documentation/filesystems/
A Dproc.rst1627 These files can be used to adjust the badness heuristic used to select which
1630 The badness heuristic assigns a value to each candidate task ranging from 0
1634 For example, if a task is using all allowed memory, its badness score will be
1646 The value of /proc/<pid>/oom_score_adj is added to the badness score before it
1652 report a badness score of 0.
1663 be used to tune the badness score. Its acceptable values range from -16

Completed in 50 milliseconds