Searched refs:badness (Results 1 – 6 of 6) sorted by relevance
333 unsigned int badness, best = -1; in snd_pcm_plug_slave_format() local342 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()
120 console-badness.sh < $file > $T.diags
314 unsigned int badness; /* highest retry count for a read or write member
451 int score, badness = 0; in udp4_lib_lookup1() local456 if (score > badness) { in udp4_lib_lookup1()458 badness = score; in udp4_lib_lookup1()474 int score, badness; in udp4_lib_lookup2() local478 badness = 0; in udp4_lib_lookup2()484 if (score > badness) { in udp4_lib_lookup2()485 badness = score; in udp4_lib_lookup2()
590 long badness; in proc_oom_score() local592 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()
1733 These files can be used to adjust the badness heuristic used to select which1736 The badness heuristic assigns a value to each candidate task ranging from 01740 For example, if a task is using all allowed memory, its badness score will be1752 The value of /proc/<pid>/oom_score_adj is added to the badness score before it1758 report a badness score of 0.1769 be used to tune the badness score. Its acceptable values range from -16