Searched refs:badness (Results 1 – 7 of 7) sorted by relevance
325 unsigned int badness, best = -1; in snd_pcm_plug_slave_format() local334 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()
1271 int badness = 0; in assign_out_path_ctls() local1286 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() local1369 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 …]
311 unsigned int badness; /* highest retry count for a read or write member
152 int score, badness; in udp6_lib_lookup2() local156 badness = -1; in udp6_lib_lookup2()160 if (score > badness) { in udp6_lib_lookup2()172 badness = score; in udp6_lib_lookup2()
417 int score, badness; in udp4_lib_lookup2() local421 badness = 0; in udp4_lib_lookup2()425 if (score > badness) { in udp4_lib_lookup2()435 badness = score; in udp4_lib_lookup2()
2056 INFBOUND(DRWE->badness, err_count); in bad_flp_intr()3661 compat_uint_t badness; member3871 v32.badness = v.badness; in compat_werrorget()
1523 These file can be used to adjust the badness heuristic used to select which1526 The badness heuristic assigns a value to each candidate task ranging from 01530 For example, if a task is using all allowed memory, its badness score will be1533 There is an additional factor included in the badness score: the current memory1545 The value of /proc/<pid>/oom_score_adj is added to the badness score before it1551 report a badness score of 0.1562 be used to tune the badness score. Its acceptable values range from -16