Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/oss/
Dpcm_plugin.c325 unsigned int badness, best = -1; in snd_pcm_plug_slave_format() local
334 badness = w - width; in snd_pcm_plug_slave_format()
336 badness = width - w + 32; in snd_pcm_plug_slave_format()
337 badness += snd_pcm_format_unsigned(f) != unsignd; in snd_pcm_plug_slave_format()
338 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()
339 if (badness < best) { in snd_pcm_plug_slave_format()
341 best = badness; in snd_pcm_plug_slave_format()
/Linux-v5.4/sound/pci/hda/
Dhda_generic.c1271 int badness = 0; in assign_out_path_ctls() local
1286 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1290 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1300 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1304 badness += BAD_SHARED_VOL; in assign_out_path_ctls()
1305 return badness; in assign_out_path_ctls()
1357 int badness = 0; in try_assign_dacs() local
1369 badness += assign_out_path_ctls(codec, path); in try_assign_dacs()
1376 badness += bad->shared_primary; in try_assign_dacs()
1403 badness += bad->shared_primary; in try_assign_dacs()
[all …]
/Linux-v5.4/include/uapi/linux/
Dfd.h311 unsigned int badness; /* highest retry count for a read or write member
/Linux-v5.4/net/ipv6/
Dudp.c152 int score, badness; in udp6_lib_lookup2() local
156 badness = -1; in udp6_lib_lookup2()
160 if (score > badness) { in udp6_lib_lookup2()
172 badness = score; in udp6_lib_lookup2()
/Linux-v5.4/net/ipv4/
Dudp.c417 int score, badness; in udp4_lib_lookup2() local
421 badness = 0; in udp4_lib_lookup2()
425 if (score > badness) { in udp4_lib_lookup2()
435 badness = score; in udp4_lib_lookup2()
/Linux-v5.4/drivers/block/
Dfloppy.c2056 INFBOUND(DRWE->badness, err_count); in bad_flp_intr()
3661 compat_uint_t badness; member
3871 v32.badness = v.badness; in compat_werrorget()
/Linux-v5.4/Documentation/filesystems/
Dproc.txt1523 These file can be used to adjust the badness heuristic used to select which
1526 The badness heuristic assigns a value to each candidate task ranging from 0
1530 For example, if a task is using all allowed memory, its badness score will be
1533 There is an additional factor included in the badness score: the current memory
1545 The value of /proc/<pid>/oom_score_adj is added to the badness score before it
1551 report a badness score of 0.
1562 be used to tune the badness score. Its acceptable values range from -16