Searched refs:badness (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Doom.h65 /* The badness from the OOM killer */
66 extern unsigned long badness(struct task_struct *p, struct mem_cgroup *mem,
H A Dfd.h309 unsigned int badness; /* highest retry count for a read or write member in struct:floppy_write_errors
314 /* clear write error and badness information */
316 /* get write error and badness information */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.c318 unsigned int badness, best = -1; local
327 badness = w - width;
329 badness = width - w + 32;
330 badness += snd_pcm_format_unsigned(f) != unsignd;
331 badness += snd_pcm_format_big_endian(f) != big;
332 if (badness < best) {
334 best = badness;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_params.c1306 /* Independent badness */
1332 /* choices need to be sorted on ascending badness */
1345 int badness = strategy->min_badness(params, badness_max, pcm, strategy);
1348 printf("\nBadness: %d\n", badness);
1351 if (badness < 0)
1352 return badness;
1353 if ((unsigned int)badness > badness_min)
1357 return badness;
1365 badness = snd_pcm_hw_params_strategy(pcm, &params1, strategy, badness_min, badness_max);
1366 if (badness >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dudp.c205 int score, badness; local
209 badness = -1;
213 if (score > badness) {
215 badness = score;
233 daddr, hnum, dif) < badness)) {
251 int score, badness; local
280 badness = -1;
283 if (score > badness) {
285 badness = score;
300 daddr, dport, dif) < badness)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dudp.c408 int score, badness; local
412 badness = -1;
416 if (score > badness) {
418 badness = score;
436 daddr, hnum, dif) < badness)) {
456 int score, badness; local
485 badness = -1;
489 if (score > badness) {
491 badness = score;
506 daddr, dport, dif) < badness)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcompat_ioctl.c287 compat_uint_t badness; member in struct:compat_floppy_write_errors
524 err |= __put_user(f->badness, &uf->badness);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h562 /* choices need to be sorted on ascending badness */
565 unsigned int badness;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dfloppy.c2069 INFBOUND(DRWE->badness, err_count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex6187 % badness reporting.
6195 % badness reporting.

Completed in 255 milliseconds