| /linux-6.15/drivers/target/iscsi/ |
| H A D | iscsi_target_datain_values.c | 98 next_burst_len = (!dr->recovery) ? in iscsit_set_datain_values_yes_and_yes() 100 read_data_done = (!dr->recovery) ? in iscsit_set_datain_values_yes_and_yes() 139 if (!dr->recovery) { in iscsit_set_datain_values_yes_and_yes() 147 if (!dr->recovery) { in iscsit_set_datain_values_yes_and_yes() 197 read_data_done = (!dr->recovery) ? in iscsit_set_datain_values_no_and_yes() 258 if (!dr->recovery) { in iscsit_set_datain_values_no_and_yes() 266 if (!dr->recovery) { in iscsit_set_datain_values_no_and_yes() 354 if (!dr->recovery) { in iscsit_set_datain_values_yes_and_no() 367 if (!dr->recovery) { in iscsit_set_datain_values_yes_and_no() 457 if (!dr->recovery) { in iscsit_set_datain_values_no_and_no() [all …]
|
| /linux-6.15/include/linux/qed/ |
| H A D | qede_rdma.h | 53 int qede_rdma_dev_add(struct qede_dev *dev, bool recovery); 56 void qede_rdma_dev_remove(struct qede_dev *dev, bool recovery); 62 bool recovery) in qede_rdma_dev_add() argument 70 bool recovery) {} in qede_rdma_dev_remove() argument
|
| /linux-6.15/drivers/md/ |
| H A D | md.c | 512 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in __mddev_resume() 2021 &mddev->recovery)) in super_1_validate() 4804 unsigned long recovery = mddev->recovery; in md_sync_action() local 4810 if (test_bit(MD_RECOVERY_FROZEN, &recovery)) in md_sync_action() 4835 if (test_bit(MD_RECOVERY_SYNC, &recovery)) { in md_sync_action() 4840 if (test_bit(MD_RECOVERY_CHECK, &recovery)) in md_sync_action() 6151 mddev->recovery = 0; in md_run() 6390 mddev->recovery = 0; in md_clean() 7182 if (mddev->recovery || mddev->sync_thread) in set_bitmap_file() 9126 &mddev->recovery)); in md_do_sync() [all …]
|
| H A D | raid10.c | 191 &conf->mddev->recovery)) { in r10buf_pool_alloc() 485 &rdev->mddev->recovery); in raid10_end_write_request() 2010 set_bit(MD_RECOVERY_INTR, &mddev->recovery); in raid10_error() 2313 &rdev->mddev->recovery); in end_sync_write() 2521 &rdev->mddev->recovery); in fix_recovery_read_error() 2544 &mddev->recovery); in fix_recovery_read_error() 2610 &rdev->mddev->recovery); in r10_sync_page_io() 3513 &mddev->recovery)) in raid10_sync_request() 3581 &mddev->recovery)) { in raid10_sync_request() 4585 mddev->recovery = 0; in raid10_start_reshape() [all …]
|
| H A D | dm-raid.c | 3380 if (test_bit(MD_RECOVERY_FROZEN, &recovery)) in decipher_sync_action() 3384 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action() 3387 if (test_bit(MD_RECOVERY_RESHAPE, &recovery)) in decipher_sync_action() 3390 if (test_bit(MD_RECOVERY_SYNC, &recovery)) { in decipher_sync_action() 3393 if (test_bit(MD_RECOVERY_CHECK, &recovery)) in decipher_sync_action() 3398 if (test_bit(MD_RECOVERY_RECOVER, &recovery)) in decipher_sync_action() 3529 unsigned long recovery; in raid_status() local 3551 recovery = rs->md.recovery; in raid_status() 3698 recovery = rs->md.recovery; in raid_status() 3769 set_bit(MD_RECOVERY_SYNC, &mddev->recovery); in raid_message() [all …]
|
| H A D | md.h | 492 unsigned long recovery; member 686 if (!test_bit(MD_RECOVERY_RUNNING, &mddev->recovery)) in reshape_interrupted() 690 if (test_bit(MD_RECOVERY_WAIT, &mddev->recovery) || in reshape_interrupted() 691 test_bit(MD_RECOVERY_INTR, &mddev->recovery) || in reshape_interrupted() 692 test_bit(MD_RECOVERY_FROZEN, &mddev->recovery)) in reshape_interrupted() 947 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in rdev_dec_pending()
|
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_fast_recovery_prr-ss-10pkt-lost-1.pkt | 4 // all the way through recovery, so during fast recovery we send one segment 30 // Enter fast recovery. 62 // Leave fast recovery.
|
| /linux-6.15/Documentation/networking/devlink/ |
| H A D | devlink-health.rst | 23 attributes of the health reporting and recovery procedures. 50 * Auto recovery attempt is being done. Depends on: 52 - Auto-recovery configuration 80 * Configure reporter's generic parameters (like: disable/enable auto recovery) 81 * Invoke recovery procedure 95 - Triggers reporter's recovery procedure. 98 event in terms of recovery flow should follow closely that of a real
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-remoteproc | 83 copy the dump. Also recovery process will not proceed until 86 What: /sys/class/remoteproc/.../recovery 89 Description: Remote processor recovery mechanism 91 Reports the recovery mechanism of the remote processor, 99 processor crashes while recovery is disabled, it will 100 be automatically recovered too as soon as recovery is enabled.
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | recovery.c | 100 struct ath6kl_fw_recovery *recovery = &ar->fw_recovery; in ath6kl_recovery_init() local 103 INIT_WORK(&recovery->recovery_work, ath6kl_recovery_work); in ath6kl_recovery_init() 104 recovery->seq_num = 0; in ath6kl_recovery_init() 105 recovery->hb_misscnt = 0; in ath6kl_recovery_init()
|
| /linux-6.15/tools/testing/selftests/drivers/net/bonding/ |
| H A D | Makefile | 9 mode-1-recovery-updelay.sh \ 10 mode-2-recovery-updelay.sh \
|
| /linux-6.15/Documentation/PCI/ |
| H A D | pcieaer-howto.rst | 43 - Performs error recovery actions. 98 To enable error recovery, a software driver must provide callbacks. 152 PCI error-recovery callbacks 157 when performing error recovery actions. 162 pci-error-recovery.rst except PCIe-specific parts (e.g. 163 reset_link). Please refer to pci-error-recovery.rst for detailed 174 require any recovery actions. The AER driver clears the device's 200 function. If reset_link is not NULL, recovery function will use it 210 error recovery handler (pci_driver->err_handler is equal to NULL)? 222 Fatal error recovery will fail if the errors are reported by the [all …]
|
| H A D | pci-error-recovery.rst | 26 of a bus disconnection, and then performing error recovery. 29 Reporting and recovery is performed in several steps. First, when 61 device drivers already handle very similar recovery procedures; 75 and the actual recovery steps taken are platform dependent. The 160 particular, if the platform doesn't isolate slots), and recovery 164 then recovery proceeds to STEP 4 (Slot Reset). 212 segment, and thus invalidate the recovery that other devices 232 Same as above. Total failure, no recovery even after 273 for recovery. 346 a new error recovery sequence. [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | st,sta32x.txt | 44 If present, thermal warning recovery is enabled. 46 - st,fault-detect-recovery: 47 If present, fault detect recovery is enabled. 52 - st,fault-detect-recovery: 53 If present, then fault recovery will be enabled.
|
| /linux-6.15/drivers/ata/ |
| H A D | pata_cs5520.c | 40 int recovery; member 70 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings() 75 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings() 79 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings()
|
| /linux-6.15/arch/arm64/boot/dts/marvell/ |
| H A D | armada-3720-uDPU.dts | 23 i2c1_recovery_pins: i2c1-recovery-pins { 31 pinctrl-names = "default", "recovery";
|
| /linux-6.15/Documentation/i2c/ |
| H A D | gpio-fault-injection.rst | 36 master under test should detect this condition and trigger a bus recovery (see 38 core (see 'struct bus_recovery_info'). However, the bus recovery will not 47 device. Bus recovery should be able to fix these situations. But please note: 51 and will init a bus recovery on its own. If you want to implement bus recovery 64 recovery. This time, however, it should succeed and the device should release 82 This is why bus recovery (up to 9 clock pulses) must either check SDA or send
|
| /linux-6.15/Documentation/devicetree/bindings/misc/ |
| H A D | xlnx,tmr-inject.yaml | 16 recovery logic is working properly. 31 recovery.
|
| H A D | xlnx,tmr-manager.yaml | 14 TMR subsystem state, including fault detection and error recovery. The core 31 recovery.
|
| /linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | ti,tsc2005.yaml | 42 ti,esd-recovery-timeout-ms: 99 ti,esd-recovery-timeout-ms = <8000>; 126 ti,esd-recovery-timeout-ms = <8000>;
|
| /linux-6.15/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_rdma.c | 86 int qede_rdma_dev_add(struct qede_dev *edev, bool recovery) in qede_rdma_dev_add() argument 94 if (recovery) in qede_rdma_dev_add() 116 void qede_rdma_dev_remove(struct qede_dev *edev, bool recovery) in qede_rdma_dev_remove() argument 122 if (!recovery) { in qede_rdma_dev_remove()
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-uniphier.c | 159 bool recovery = false; in uniphier_i2c_xfer_one() local 173 recovery = true; in uniphier_i2c_xfer_one() 181 recovery = true; in uniphier_i2c_xfer_one() 186 if (recovery) in uniphier_i2c_xfer_one()
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | qcom,ebi2-peripheral-props.yaml | 14 qcom,xmem-recovery-cycles: 21 actually 1, so a value of 0 will still yield 1 recovery cycle. 74 qcom,xmem-adv-to-oe-recovery-cycles:
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | filesystem-monitoring.rst | 13 sysadmin, start recovery) when a file system problem is detected. 20 early file system problem detection and reporting recovery tools. 76 specific application can use that information to attempt a recovery
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-devices-node | 204 ignored by memory error recovery attempt, usually because 206 gives up the recovery. 213 failed by memory error recovery attempt. This usually means 214 a key recovery operation failed. 221 delayed by memory error recovery attempt. Delayed poisoned 229 recovered by memory error recovery attempt.
|