Searched refs:bad (Results 126 - 150 of 160) sorted by relevance

1234567

/linux-master/arch/sparc/kernel/
H A Diommu.c294 goto bad;
312 bad:
/linux-master/security/selinux/ss/
H A Dservices.c2050 goto bad;
2057 goto bad;
2064 goto bad;
2071 goto bad;
2086 goto bad;
2090 goto bad;
2097 goto bad;
2101 bad:
/linux-master/drivers/md/
H A Ddm-bufio.c1220 DMCRIT("dm_bufio_free_buffer_data: bad data mode: %d",
2533 goto bad;
2544 goto bad;
2552 goto bad;
2564 goto bad;
2583 bad:
H A Ddm-thin-metadata.c1218 goto bad;
1224 goto bad;
1228 bad:
H A Ddm-snap.c1252 goto bad;
1264 goto bad;
1422 bad:
/linux-master/sound/pci/hda/
H A Dhda_generic.c1372 const struct badness_table *bad)
1397 badness += bad->shared_primary;
1426 badness += bad->shared_primary;
1428 badness += bad->shared_surr;
1430 badness += bad->shared_clfe;
1433 badness += bad->shared_surr_main;
1435 badness += bad->no_primary_dac;
1437 badness += bad->no_dac;
1448 badness += bad->no_dac;
1369 try_assign_dacs(struct hda_codec *codec, int num_outs, const hda_nid_t *pins, hda_nid_t *dacs, int *path_idx, const struct badness_table *bad) argument
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2690 goto bad;
2696 goto bad;
2705 bad:
2751 goto bad;
2757 goto bad;
2768 goto bad;
2797 goto bad;
2809 goto bad;
2816 bad:
/linux-master/kernel/irq/
H A Dmanage.c2477 goto bad;
2483 goto bad;
2499 bad:
/linux-master/drivers/mtd/
H A Dnftlmount.c216 The new DiskOnChip driver already scanned the bad block table. Just query it.
224 printk(KERN_NOTICE "Read of bad sector table failed (err %d)\n",
354 /* could not format, update the bad block table (caller is responsible
634 /* the block was in a chain : this is bad. We
/linux-master/fs/ocfs2/dlm/
H A Ddlmrecovery.c263 st = "bad";
648 mlog(ML_ERROR, "bad ndata state for "
999 mlog(ML_ERROR, "bad ndata state for node %u:"
1797 int i, j, bad; local
1954 mlog(ML_ERROR, "%s:%.*s: received bad "
1989 bad = 0;
2008 bad = 1;
2012 if (!bad) {
/linux-master/fs/bcachefs/
H A Dbtree_gc.c1672 bool bad = false; local
1689 bad = true;
1693 if (bad)
1696 if (fsck_err_on(bad, c, stripe_sector_count_wrong,
/linux-master/drivers/md/bcache/
H A Dbset.c1201 bool (*bad)(struct btree_keys *, const struct bkey *) = remove_stale
1218 if (bad(b, k))
/linux-master/arch/x86/kvm/
H A Demulate.c707 goto bad;
711 goto bad;
718 goto bad;
722 goto bad;
725 goto bad;
730 goto bad;
734 goto bad;
740 goto bad;
747 bad:
/linux-master/mm/
H A Dpage_alloc.c517 /* Leave bad fields for debug, except PageBuddy could make trouble */
905 * A bad page could be due to a number of fields. Instead of multiple branches,
1087 int bad = 0; local
1120 bad += free_tail_page_prepare(page, page + i);
1123 bad++;
1134 bad++;
1135 if (bad)
3563 * It's bad if compaction run occurs and fails. The most likely reason
5472 * thus be prone to error and bad for performance. Thus the update only prevents
/linux-master/drivers/block/
H A Dfloppy.c861 pr_info("bad drive value %d\n", drive);
867 pr_info("bad fdc value\n");
1413 } else if (reply_buffer[ST2] & ST2_BC) { /* cylinder marked as bad */
1414 pr_cont("bad cylinder");
1433 char bad; local
1446 bad = 1;
1452 bad = 2;
1459 bad = 0;
1466 return bad;
2329 * can be recognized by a bad hea
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1758 * or dummy bad block markers in each chunk. To maintain a
2158 int page, ret, bbpos, bad = 0; local
2182 bad = nandc->data_buffer[bbpos] != 0xff;
2185 bad = bad || (nandc->data_buffer[bbpos + 1] != 0xff);
2187 return bad;
2201 * to mark the BBM as bad, we flash the entire last codeword with 0s.
2303 * y = Dummy bad block byte(s) (inaccessible when ECC enabled)
2305 * b = Real bad block byte(s) (inaccessible when ECC enabled)
2310 * dummy/real bad bloc
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dsta.c149 int init, int good, int bad)
156 pr_debug("[STA] CQM BSSLOSS_SM: state: %d init %d good %d bad: %d txlock: %d uj: %d\n",
158 init, good, bad,
179 } else if (bad) {
148 __cw1200_cqm_bssloss_sm(struct cw1200_common *priv, int init, int good, int bad) argument
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs.c295 * KHdrHCRCErr (KDETH packet with a bad
870 /* free txreq - bad state */
1128 goto bad;
1132 goto bad;
1147 bad:
/linux-master/fs/afs/
H A Dfsclient.c32 * Dump a bad file status record.
80 goto bad;
97 goto bad;
126 bad:
H A Dyfsclient.c151 * Dump a bad file status record.
197 goto bad;
218 bad:
/linux-master/drivers/usb/atm/
H A Dueagle-atm.c1007 goto bad;
1011 goto bad;
1018 bad:
1727 uea_err(INS_TO_USBDEV(sc), "bad cmvs version %d\n", ver);
1782 uea_err(INS_TO_USBDEV(sc), "bad cmvs version %d\n", ver);
/linux-master/drivers/pci/
H A Dprobe.c1961 goto bad;
2031 goto bad;
2044 bad:
/linux-master/arch/powerpc/kernel/
H A Dtraps.c558 printk(KERN_DEBUG "%s bad port %lx at %p\n",
938 pr_devel("HMI vec emu: bad access %i:%s[%d] nip=%016lx"
1538 * operand to distinguish from the instruction just being bad
1652 goto bad;
1669 /* Operand address was bad */
1677 bad:
/linux-master/lib/
H A Ddynamic_debug.c343 pr_err("bad line-number: %s\n", str);
495 pr_err("bad flag-op %c, at start of %s\n", *str, str);
738 pr_err("%s: bad map type: %d\n", KP_NAME(kp), map->map_type);
769 pr_warn("%s: bad map type: %d\n", KP_NAME(kp), map->map_type);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c1426 BFA_FLASH_BAD = -3, /*!< flash bad */
1466 u32 bad:1; member in struct:bfa_flash_dev_status_reg::__anon248
1470 u32 bad:1;

Completed in 407 milliseconds

1234567