Home
last modified time | relevance | path

Searched full:faulty (Results 1 – 25 of 107) sorted by relevance

12345

/linux/sound/pci/emu10k1/
H A Demu10k1_patch.c120 goto faulty; in snd_emu10k1_sample_new()
127 goto faulty; in snd_emu10k1_sample_new()
136 goto faulty; in snd_emu10k1_sample_new()
145 faulty: in snd_emu10k1_sample_new()
/linux/drivers/md/
H A Draid10.c497 * When the device is faulty, it is not necessary to in raid10_end_write_request()
500 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
520 * rebuilding or Faulty. This is because we cannot use in raid10_end_write_request()
527 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request()
763 if (rdev == NULL || test_bit(Faulty, &rdev->flags) || in read_balance()
768 test_bit(Faulty, &rdev->flags)) in read_balance()
1426 if (rdev && (test_bit(Faulty, &rdev->flags))) in raid10_write_request()
1428 if (rrdev && (test_bit(Faulty, &rrdev->flags))) in raid10_write_request()
1762 if (rdev && (test_bit(Faulty, &rdev->flags))) in raid10_handle_discard()
1764 if (rrdev && (test_bit(Faulty, &rrdev->flags))) in raid10_handle_discard()
[all …]
H A Draid1.c476 * When the device is faulty, it is not necessary to in raid1_end_write_request()
479 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
501 * rebuilding or Faulty. This is because we cannot use in raid1_end_write_request()
508 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
604 if (!rdev || test_bit(Faulty, &rdev->flags)) in choose_first_rdev()
642 if (!rdev || test_bit(Faulty, &rdev->flags) || in choose_bb_rdev()
681 if (!rdev || test_bit(Faulty, &rdev->flags) || in choose_slow_rdev()
740 if (!rdev || test_bit(Faulty, &rdev->flags)) in rdev_readable()
1551 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid1_write_request()
1747 * @rdev is marked as &Faulty excluding case when array is failed and
[all …]
H A Dmd.c601 if (rdev->raid_disk < 0 || test_bit(Faulty, &rdev->flags)) in md_flush_request()
1094 if (!test_bit(Faulty, &rdev->flags) in super_written()
1135 if (test_bit(Faulty, &rdev->flags)) in md_write_metadata()
1478 clear_bit(Faulty, &rdev->flags); in super_90_validate()
1572 set_bit(Faulty, &rdev->flags); in super_90_validate()
1683 test_bit(Faulty, &rdev2->flags)) in super_90_sync()
1699 if (test_bit(Faulty, &rdev2->flags)) in super_90_sync()
1717 /* now set the "removed" and "faulty" bits on any missing devices */ in super_90_sync()
1986 clear_bit(Faulty, &rdev->flags); in super_1_validate()
2111 * It could happen that our rdev was marked as Faulty, and all other in super_1_validate()
[all …]
H A Draid0.c729 * - (N - 1) mirror drives must be already faulty in raid0_takeover_raid1()
732 pr_err("md/raid0:%s: (N - 1) mirrors drives must be already faulty!\n", in raid0_takeover_raid1()
770 * raid5 - providing it is Raid4 layout and one disk is faulty in raid0_takeover()
772 * raid1 - with (N -1) mirror drives faulty in raid0_takeover()
H A Draid5.c681 * - remove non-faulty devices
704 if (rdev && test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded()
706 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded()
711 /* not in-sync or faulty. in raid5_calc_degraded()
729 if (rdev && test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded()
731 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded()
736 /* not in-sync or faulty. in raid5_calc_degraded()
1202 if (rdev && test_bit(Faulty, &rdev->flags)) in ops_run_io()
1206 if (rrdev && test_bit(Faulty, &rrdev->flags)) in ops_run_io()
2800 if (!test_bit(Faulty, &rdev->flags)) { in raid5_end_read_request()
[all …]
H A Dmd-cluster.c473 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in process_suspend_info()
590 if (rdev && test_bit(Faulty, &rdev->flags)) in process_readd_disk()
591 clear_bit(Faulty, &rdev->flags); in process_readd_disk()
593 pr_warn("%s: %d Could not find disk(%d) which is faulty", in process_readd_disk()
1114 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in metadata_update_finish()
1312 if (rdev->raid_disk >= 0 && !test_bit(Faulty, &rdev->flags)) { in update_size()
/linux/drivers/media/platform/ti/omap3isp/
H A Dispccdc.h110 * @fpc_en: Faulty pixels correction enabled (1) or disabled (0)
113 * @fpc: Faulty pixels correction configuration
/linux/Documentation/devicetree/bindings/power/supply/
H A Drohm,bd99954.yaml103 # battery is expected to be faulty if battery voltage exceeds this limit.
104 # Charger will then enter to a "battery faulty" -state
/linux/include/uapi/linux/raid/
H A Dmd_p.h74 #define MD_DISK_FAULTY 0 /* disk is faulty / operational */
300 * into the 'roles' value. If a device is spare or faulty, then it doesn't
303 __le16 dev_roles[]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
/linux/arch/arm/mm/
H A Dabort-ev6.S25 * Faulty SWP instruction on 1136 doesn't set bit 11 in DFSR.
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-dibusb-mb-cardlist.rst21 * - Artec T1 USB1.1 TVBOX with AN2235 (faulty USB IDs)
/linux/drivers/media/usb/dvb-usb/
H A DKconfig166 bool "Support faulty USB IDs"
169 Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
/linux/Documentation/devicetree/bindings/bus/
H A Dbaikal,bt1-axi.yaml21 an IRQ is raised and a faulty situation is reported to the AXI EHB
/linux/include/uapi/linux/
H A Domap3isp.h389 * struct omap3isp_ccdc_fpc - Faulty Pixels Correction
390 * @fpnum: Number of faulty pixels to be corrected in the frame.
431 * @fpc: Number of faulty pixels corrected in the frame, address of FPC table.
/linux/arch/arm/
H A DKconfig604 bool "ARM errata: DMB operation may be faulty"
649 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID"
653 r2p0) erratum. A faulty ASID can be sent to the other CPUs for the
661 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
666 (r2p*) erratum. Under very rare conditions, a faulty
692 bool "ARM errata: possible faulty MMU translations following an ASID switch"
/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst47 driver will return a -ETIMEOUT. Such timeouts are symptoms of a faulty
/linux/drivers/mtd/nand/
H A Decc-sw-hamming.c76 * ECC data that identify the faulty location.
382 * b0 to b2 indicate which bit is faulty (if any) in ecc_sw_hamming_correct()
410 * rp17/rp15/13/11/9/7/5/3/1 indicate which byte is the faulty in ecc_sw_hamming_correct()
411 * byte, cp 5/3/1 indicate the faulty bit. in ecc_sw_hamming_correct()
/linux/Documentation/networking/devlink/
H A Dprestera.rst120 - Drops packets due to faulty-configured network or due to internal bug (config issue).
/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst295 alignment errors. The cause is usually faulty cables or SFPs.
339 * An error on the MAC/physical layer. Usually due to faulty cables or
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-pca954x.yaml76 description: Allows to use non faulty channels while a stuck channel is
/linux/drivers/hid/
H A Dhid-gembird.c85 /* replace the faulty part with the fixed one */ in gembird_report_fixup()
/linux/sound/soc/sof/amd/
H A Dvangogh.c140 * to enter an unrecoverable faulty state. Delaying a bit any host in sof_vangogh_post_fw_run_delay()
/linux/Documentation/admin-guide/
H A Dhw_random.rst32 hardware is faulty or has been tampered with). Data is only
/linux/Documentation/hwmon/
H A Dnzxt-kraken3.rst41 The devices can report if they are faulty. The driver supports that situation

12345