badness          2059 drivers/block/floppy.c 	INFBOUND(DRWE->badness, err_count);
badness          3664 drivers/block/floppy.c 	compat_uint_t	badness;
badness          3874 drivers/block/floppy.c 	v32.badness = v.badness;
badness           311 include/uapi/linux/fd.h 	unsigned int badness; /* highest retry count for a read or write 
badness           417 net/ipv4/udp.c 	int score, badness;
badness           421 net/ipv4/udp.c 	badness = 0;
badness           425 net/ipv4/udp.c 		if (score > badness) {
badness           435 net/ipv4/udp.c 			badness = score;
badness           152 net/ipv6/udp.c 	int score, badness;
badness           156 net/ipv6/udp.c 	badness = -1;
badness           160 net/ipv6/udp.c 		if (score > badness) {
badness           172 net/ipv6/udp.c 			badness = score;
badness           353 sound/core/oss/pcm_plugin.c 		unsigned int badness, best = -1;
badness           362 sound/core/oss/pcm_plugin.c 				badness = w - width;
badness           364 sound/core/oss/pcm_plugin.c 				badness = width - w + 32;
badness           365 sound/core/oss/pcm_plugin.c 			badness += snd_pcm_format_unsigned(f) != unsignd;
badness           366 sound/core/oss/pcm_plugin.c 			badness += snd_pcm_format_big_endian(f) != big;
badness           367 sound/core/oss/pcm_plugin.c 			if (badness < best) {
badness           369 sound/core/oss/pcm_plugin.c 				best = badness;
badness          1271 sound/pci/hda/hda_generic.c 	int badness = 0;
badness          1286 sound/pci/hda/hda_generic.c 			badness += BAD_SHARED_VOL;
badness          1290 sound/pci/hda/hda_generic.c 		badness += BAD_SHARED_VOL;
badness          1300 sound/pci/hda/hda_generic.c 			badness += BAD_SHARED_VOL;
badness          1304 sound/pci/hda/hda_generic.c 		badness += BAD_SHARED_VOL;
badness          1305 sound/pci/hda/hda_generic.c 	return badness;
badness          1357 sound/pci/hda/hda_generic.c 	int badness = 0;
badness          1369 sound/pci/hda/hda_generic.c 			badness += assign_out_path_ctls(codec, path);
badness          1376 sound/pci/hda/hda_generic.c 				badness += bad->shared_primary;
badness          1403 sound/pci/hda/hda_generic.c 					badness += bad->shared_primary;
badness          1405 sound/pci/hda/hda_generic.c 					badness += bad->shared_surr;
badness          1407 sound/pci/hda/hda_generic.c 					badness += bad->shared_clfe;
badness          1410 sound/pci/hda/hda_generic.c 				badness += bad->shared_surr_main;
badness          1412 sound/pci/hda/hda_generic.c 				badness += bad->no_primary_dac;
badness          1414 sound/pci/hda/hda_generic.c 				badness += bad->no_dac;
badness          1425 sound/pci/hda/hda_generic.c 			badness += bad->no_dac;
badness          1430 sound/pci/hda/hda_generic.c 			badness += assign_out_path_ctls(codec, path);
badness          1434 sound/pci/hda/hda_generic.c 	return badness;
badness          1513 sound/pci/hda/hda_generic.c 	int badness = 0;
badness          1545 sound/pci/hda/hda_generic.c 				badness++;
badness          1551 sound/pci/hda/hda_generic.c 				badness++;
badness          1565 sound/pci/hda/hda_generic.c 	if (badness)
badness          1566 sound/pci/hda/hda_generic.c 		badness = BAD_MULTI_IO;
badness          1571 sound/pci/hda/hda_generic.c 			return badness; /* no badness if nothing found */
badness          1577 sound/pci/hda/hda_generic.c 		return badness;
badness          1583 sound/pci/hda/hda_generic.c 		badness += assign_out_path_ctls(codec, path);
badness          1586 sound/pci/hda/hda_generic.c 	return badness;
badness          1724 sound/pci/hda/hda_generic.c 	int i, err, badness;
badness          1745 sound/pci/hda/hda_generic.c 	badness = 0;
badness          1773 sound/pci/hda/hda_generic.c 	badness += try_assign_dacs(codec, cfg->line_outs, cfg->line_out_pins,
badness          1793 sound/pci/hda/hda_generic.c 		badness += err;
badness          1803 sound/pci/hda/hda_generic.c 		badness += err;
badness          1810 sound/pci/hda/hda_generic.c 		badness += err;
badness          1851 sound/pci/hda/hda_generic.c 		badness += BAD_MULTI_IO;
badness          1855 sound/pci/hda/hda_generic.c 		badness += BAD_NO_INDEP_HP;
badness          1867 sound/pci/hda/hda_generic.c 	return badness;
badness          1969 sound/pci/hda/hda_generic.c 	int badness;
badness          1980 sound/pci/hda/hda_generic.c 		badness = fill_and_eval_dacs(codec, fill_hardwired,
badness          1982 sound/pci/hda/hda_generic.c 		if (badness < 0) {
badness          1984 sound/pci/hda/hda_generic.c 			return badness;
badness          1988 sound/pci/hda/hda_generic.c 			      badness);
badness          1990 sound/pci/hda/hda_generic.c 		if (badness < best_badness) {
badness          1991 sound/pci/hda/hda_generic.c 			best_badness = badness;
badness          1996 sound/pci/hda/hda_generic.c 		if (!badness)
badness          2038 sound/pci/hda/hda_generic.c 	if (badness) {