Searched refs:badness (Results 1 – 9 of 9) sorted by relevance
330 unsigned int badness, best = -1; in snd_pcm_plug_slave_format() local339 badness = w - width; in snd_pcm_plug_slave_format()341 badness = width - w + 32; in snd_pcm_plug_slave_format()342 badness += snd_pcm_format_unsigned(f) != unsignd; in snd_pcm_plug_slave_format()343 badness += snd_pcm_format_big_endian(f) != big; in snd_pcm_plug_slave_format()344 if (badness < best) { in snd_pcm_plug_slave_format()346 best = badness; in snd_pcm_plug_slave_format()
1313 return badness; in assign_out_path_ctls()1446 return badness; in try_assign_dacs()1557 badness++; in fill_multi_ios()1563 badness++; in fill_multi_ios()1577 if (badness) in fill_multi_ios()1598 return badness; in fill_multi_ios()1757 badness = 0; in fill_and_eval_dacs()1879 return badness; in fill_and_eval_dacs()1981 int badness; in parse_output_paths() local2008 if (!badness) in parse_output_paths()[all …]
120 console-badness.sh < $file > $T.diags
314 unsigned int badness; /* highest retry count for a read or write member
172 int score, badness; in udp6_lib_lookup2() local175 badness = -1; in udp6_lib_lookup2()179 if (score > badness) { in udp6_lib_lookup2()187 badness = score; in udp6_lib_lookup2()
437 int score, badness; in udp4_lib_lookup2() local440 badness = 0; in udp4_lib_lookup2()444 if (score > badness) { in udp4_lib_lookup2()452 badness = score; in udp4_lib_lookup2()
555 long badness; in proc_oom_score() local557 badness = oom_badness(task, totalpages); in proc_oom_score()563 if (badness != LONG_MIN) in proc_oom_score()564 points = (1000 + badness * 1000 / (long)totalpages) * 2 / 3; in proc_oom_score()
2099 INFBOUND(write_errors[current_drive].badness, err_count); in bad_flp_intr()3625 compat_uint_t badness; member3838 v32.badness = v.badness; in compat_werrorget()
1647 These files can be used to adjust the badness heuristic used to select which1650 The badness heuristic assigns a value to each candidate task ranging from 01654 For example, if a task is using all allowed memory, its badness score will be1666 The value of /proc/<pid>/oom_score_adj is added to the badness score before it1672 report a badness score of 0.1683 be used to tune the badness score. Its acceptable values range from -16
Completed in 59 milliseconds