Searched refs:bad (Results 1 - 25 of 160) sorted by last modified time

1234567

/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...]
H A Dnand_base.c217 * nand_bbm_get_next_page - Get the next page for bad block markers
219 * @page: First page to start checking for bad block marker usage
222 * a page that is used to store bad block markers. If no more pages are
246 * nand_block_bad - [DEFAULT] Read bad block marker from the chip
250 * Check, if the block is bad.
256 u8 bad; local
266 bad = chip->oob_poi[chip->badblockpos];
269 res = bad != 0xFF;
271 res = hweight8(bad) < chip->badblockbits;
494 * nand_default_block_markbad - [DEFAULT] mark a block bad vi
[all...]
/linux-master/drivers/md/
H A Ddm.c281 goto bad;
285 bad:
2113 goto bad;
2138 goto bad;
2144 goto bad;
2151 goto bad;
2155 goto bad;
2159 goto bad;
2170 bad:
H A Ddm-integrity.c3849 goto bad;
3857 goto bad;
3869 goto bad;
3879 goto bad;
3889 goto bad;
3899 goto bad;
3906 goto bad;
3913 goto bad;
3922 goto bad;
3943 goto bad;
[all...]
H A Ddm-snap.c1252 goto bad;
1264 goto bad;
1422 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,
H A Dreplicas.c77 goto bad;
82 prt_printf(err, "bad nr_required in entry ");
83 goto bad;
89 goto bad;
93 bad:
/linux-master/tools/perf/util/
H A Dannotate.c1141 pr_debug2("BB with bad start: addr %"PRIx64" start %"PRIx64" sym %"PRIx64" saddr %"PRIx64"\n",
3866 istat->bad++;
3910 istat->bad++;
3940 istat->bad++;
H A Dannotate.h556 int bad; member in struct:annotated_item_stat
/linux-master/fs/ceph/
H A Dmds_client.c81 ceph_decode_8_safe(p, end, struct_v, bad);
82 ceph_decode_8_safe(p, end, struct_compat, bad);
86 goto bad;
87 ceph_decode_32_safe(p, end, struct_len, bad);
88 ceph_decode_need(p, end, struct_len, bad);
90 ceph_decode_64_safe(p, end, info->max_bytes, bad);
91 ceph_decode_64_safe(p, end, info->max_files, bad);
94 bad:
111 ceph_decode_8_safe(p, end, struct_v, bad);
112 ceph_decode_8_safe(p, end, struct_compat, bad);
[all...]
H A Dcaps.c4274 ceph_decode_32_safe(p, end, extra->fscrypt_auth_len, bad);
4276 ceph_decode_need(p, end, extra->fscrypt_auth_len, bad);
4282 extra->fscrypt_auth_len, bad);
4285 ceph_decode_32_safe(p, end, len, bad);
4287 ceph_decode_64_safe(p, end, extra->fscrypt_file_size, bad);
4290 ceph_decode_skip_n(p, end, len, bad);
4292 bad:
4302 ceph_decode_32_safe(p, end, len, bad);
4304 ceph_decode_skip_n(p, end, len, bad);
4305 ceph_decode_32_safe(p, end, len, bad);
[all...]
/linux-master/arch/mips/kernel/
H A Dscall32-o32.S51 bltz t4, bad_stack # -> sp is bad
/linux-master/arch/s390/mm/
H A Dfault.c116 goto bad;
125 goto bad;
134 goto bad;
143 goto bad;
151 goto bad;
156 bad:
/linux-master/arch/riscv/kernel/
H A Dtraps.c58 long bad; local
63 bad = copy_code(regs, &val, &insns[i]);
64 if (!bad) {
/linux-master/kernel/irq/
H A Dmanage.c2477 goto bad;
2483 goto bad;
2499 bad:
/linux-master/drivers/mtd/ubi/
H A Dvtbl.c34 * eraseblocks became bad for some reasons. Suppose we are attaching the
38 * eraseblocks went bad. So we cannot alarm the user properly.
178 ubi_err(ubi, "bad CRC at record %u: %#08x, not %#08x",
188 goto bad;
196 goto bad;
201 goto bad;
207 goto bad;
212 ubi_err(ubi, "bad data_pad, has to be %d", n);
214 goto bad;
219 goto bad;
[all...]
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c3 * This is for all the tests related to logic bugs (e.g. bad dereferences,
4 * bad alignment, bad loops, bad locking, bad scheduling, deep stacks, and
436 struct lkdtm_list good, bad; local
454 * the address of &bad.node, and the "where" is the address held
458 list_add(&bad.node, &test_head);
502 pr_info("attempting bad read from page below current stack\n");
516 pr_info("attempting bad rea
[all...]
/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/arch/arm/kernel/
H A Dtraps.c179 unsigned int val, bad; local
185 bad = get_user(tmp, &((u16 __user *)addr)[i]);
187 bad = get_kernel_nofault(tmp, &((u16 *)addr)[i]);
192 bad = get_user(val, &((u32 __user *)addr)[i]);
194 bad = get_kernel_nofault(val, &((u32 *)addr)[i]);
199 if (!bad)
203 p += sprintf(p, "bad PC value");
541 die("Oops - bad mode", regs, 0);
543 panic("bad mode");
561 arm_notify_die("Oops - bad syscal
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl538 # config_off holds the set of configs that the bad config had disabled.
2892 } elsif ($bisect_ret_default eq "bad") {
2930 } elsif ($output =~ m/^([[:xdigit:]]+) is the first bad commit/) {
2932 doprint "Found bad commit... $1\n";
3039 return "bad";
3063 my $bad = $bisect_bad;
3077 $bad = get_sha1($bad);
3080 doprint "Performing a reverse bisect (bad is good, good is bad!)\
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c6640 BFA_FLASH_BAD = -3, /*!< flash bad */
6684 u32 bad:1; member in struct:bfa_flash_dev_status_reg_u::__anon422
6688 u32 bad:1;
/linux-master/arch/x86/kvm/
H A Dsmm.c417 int bad; local
427 bad = kvm_set_cr3(vcpu, cr3);
428 if (bad)
436 bad = kvm_set_cr4(vcpu, cr4 & ~X86_CR4_PCIDE);
437 if (bad)
440 bad = kvm_set_cr0(vcpu, cr0);
441 if (bad)
445 bad = kvm_set_cr4(vcpu, cr4);
446 if (bad)
449 bad
[all...]
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/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/security/selinux/
H A Dhooks.c6363 goto bad;
6387 goto bad;
6399 bad:

Completed in 348 milliseconds

1234567