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

1234567

/linux-master/arch/x86/events/intel/
H A Dcore.c414 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81");
2107 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec_tnt, "event=0x73,umask=0x6");
2143 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec_cmt, "event=0x73,umask=0x0");
5762 EVENT_ATTR_STR_HYBRID(topdown-bad-spec, td_bad_spec_adl, "event=0x73,umask=0x0;event=0x00,umask=0x81", hybrid_big_small);
/linux-master/drivers/mtd/nand/raw/
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/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c1803 bool bad = false; local
1831 intel_pt_log_to("Suppressing bad timestamp", timestamp);
1833 bad = true;
1837 (bad || !intel_pt_time_in_range(decoder, timestamp)) &&
/linux-master/drivers/md/
H A Ddm-thin.c4274 goto bad;
4297 goto bad;
4315 bad:
H A Draid5.c1209 /* We have already checked bad blocks for reads. Now
1215 int bad = rdev_has_badblock(rdev, sh->sector, local
1217 if (!bad)
1220 if (bad < 0) {
1226 * bad block log - better give it
1238 /* Acknowledged bad block - skip the write */
3744 * bad block here.
3745 * For recover/replace we need to record a bad block on all
4705 * if it is recovered enough and has no bad blocks.
7873 /* Reading from the same stripe as writing to - bad */
[all...]
/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++;
/linux-master/security/selinux/
H A Dhooks.c6363 goto bad;
6387 goto bad;
6399 bad:
/linux-master/mm/
H A Dslub.c1555 goto bad;
1564 bad:
/linux-master/scripts/
H A Dcheckpatch.pl1090 bad => '',
1249 $lines[0] =~ /^fatal: bad object $commit/) {
1417 # "joe smith joe@smith.com" bad
1418 # "joe smith <joe@smith.com" bad
4884 # ENOSYS means "bad syscall nr" and nothing else. This will have a small
6510 # check for bad placement of section $InitAttribute (e.g.: __initdata)
/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;

Completed in 301 milliseconds

1234567