Home
last modified time | relevance | path

Searched refs:recovery (Results 1 – 25 of 207) sorted by relevance

123456789

/Linux-v5.4/drivers/target/iscsi/
Discsi_target_datain_values.c90 if (dr->recovery && dr->generate_recovery_values) { in iscsit_set_datain_values_yes_and_yes()
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()
136 datain->data_sn = (!dr->recovery) ? cmd->data_sn++ : dr->data_sn++; 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()
157 (dr->recovery == DATAIN_WITHIN_COMMAND_RECOVERY) ? in iscsit_set_datain_values_yes_and_yes()
164 (dr->recovery == DATAIN_WITHIN_COMMAND_RECOVERY) ? in iscsit_set_datain_values_yes_and_yes()
189 if (dr->recovery && dr->generate_recovery_values) { in iscsit_set_datain_values_no_and_yes()
197 read_data_done = (!dr->recovery) ? in iscsit_set_datain_values_no_and_yes()
[all …]
/Linux-v5.4/include/linux/qed/
Dqede_rdma.h77 int qede_rdma_dev_add(struct qede_dev *dev, bool recovery);
80 void qede_rdma_dev_remove(struct qede_dev *dev, bool recovery);
85 bool recovery) in qede_rdma_dev_add() argument
93 bool recovery) {} in qede_rdma_dev_remove() argument
/Linux-v5.4/drivers/md/
Dmd.c448 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in mddev_resume()
1850 &mddev->recovery)) in super_1_validate()
2556 test_bit(MD_RECOVERY_RUNNING, &mddev->recovery) && in md_update_sb()
2557 test_bit(MD_RECOVERY_RECOVER, &mddev->recovery) && in md_update_sb()
2558 !test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) && in md_update_sb()
2694 if (test_bit(MD_RECOVERY_RUNNING, &mddev->recovery)) in md_update_sb()
2736 set_bit(MD_RECOVERY_RECOVER, &mddev->recovery); in add_bound_rdev()
2737 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in add_bound_rdev()
2880 set_bit(MD_RECOVERY_NEEDED, &rdev->mddev->recovery); in state_store()
2916 set_bit(MD_RECOVERY_NEEDED, &rdev->mddev->recovery); in state_store()
[all …]
Ddm-raid.c3224 set_bit(MD_RECOVERY_FROZEN, &rs->md.recovery); in raid_ctr()
3351 static enum sync_state decipher_sync_action(struct mddev *mddev, unsigned long recovery) in decipher_sync_action() argument
3353 if (test_bit(MD_RECOVERY_FROZEN, &recovery)) in decipher_sync_action()
3357 if (!test_bit(MD_RECOVERY_DONE, &recovery) && in decipher_sync_action()
3358 (test_bit(MD_RECOVERY_RUNNING, &recovery) || in decipher_sync_action()
3359 (!mddev->ro && test_bit(MD_RECOVERY_NEEDED, &recovery)))) { in decipher_sync_action()
3360 if (test_bit(MD_RECOVERY_RESHAPE, &recovery)) in decipher_sync_action()
3363 if (test_bit(MD_RECOVERY_SYNC, &recovery)) { in decipher_sync_action()
3364 if (!test_bit(MD_RECOVERY_REQUESTED, &recovery)) in decipher_sync_action()
3366 if (test_bit(MD_RECOVERY_CHECK, &recovery)) in decipher_sync_action()
[all …]
Draid10.c129 if (test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery) || in r10buf_pool_alloc()
130 test_bit(MD_RECOVERY_RESHAPE, &conf->mddev->recovery)) in r10buf_pool_alloc()
174 &conf->mddev->recovery)) { in r10buf_pool_alloc()
462 &rdev->mddev->recovery); in raid10_end_write_request()
1056 if (!test_bit(MD_RECOVERY_RESHAPE, &rdev->mddev->recovery) || in choose_data_offset()
1121 while (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) && in regular_request_wait()
1323 if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) && in raid10_write_request()
1661 set_bit(MD_RECOVERY_INTR, &mddev->recovery); in raid10_error()
1979 &rdev->mddev->recovery); in end_sync_write()
2069 if (test_bit(MD_RECOVERY_CHECK, &mddev->recovery)) in sync_request_write()
[all …]
/Linux-v5.4/drivers/ide/
Dcs5520.c49 int recovery; member
68 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_pio_mode()
76 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_pio_mode()
80 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_pio_mode()
/Linux-v5.4/Documentation/networking/
Ddevlink-health.txt10 attributes of the health reporting and recovery procedures.
30 * Auto recovery attempt is being done. Depends on:
31 - Auto-recovery configuration
37 - Configure reporter's generic parameters (like: disable/enable auto recovery)
38 - Invoke recovery procedure
48 Triggers a reporter's recovery procedure.
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Drecovery.c100 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-v5.4/drivers/lightnvm/
Dpblk-write.c210 struct pblk_rec_ctx *recovery = in pblk_submit_rec() local
212 struct pblk *pblk = recovery->pblk; in pblk_submit_rec()
213 struct nvm_rq *rqd = recovery->rqd; in pblk_submit_rec()
228 mempool_free(recovery, &pblk->rec_pool); in pblk_submit_rec()
237 struct pblk_rec_ctx *recovery; in pblk_end_w_fail() local
239 recovery = mempool_alloc(&pblk->rec_pool, GFP_ATOMIC); in pblk_end_w_fail()
240 if (!recovery) { in pblk_end_w_fail()
245 recovery->pblk = pblk; in pblk_end_w_fail()
246 recovery->rqd = rqd; in pblk_end_w_fail()
248 INIT_WORK(&recovery->ws_rec, pblk_submit_rec); in pblk_end_w_fail()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2005.txt15 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after
39 ti,esd-recovery-timeout-ms = <8000>;
62 ti,esd-recovery-timeout-ms = <8000>;
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt44 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.
Dcs35l32.txt39 - cirrus,battery-recovery : Low battery nominal recovery threshold, rising VP.
/Linux-v5.4/Documentation/PCI/
Dpci-error-recovery.rst26 of a bus disconnection, and then performing error recovery.
29 Reporting and recovery is performed in several steps. First, when
38 Next, recovery is performed in several stages. Most of the complexity
57 through a large number of contortions to complete recovery. Almost all
61 device drivers already handle very similar recovery procedures;
72 The error recovery API support is exposed to the driver in the form of
75 and the actual recovery steps taken are platform dependent. The
110 is assumed that the driver is not doing any direct recovery and requires
159 particular, if the platform doesn't isolate slots), and recovery
163 then recovery proceeds to STEP 4 (Slot Reset).
[all …]
Dpcieaer-howto.rst43 - Performs error recovery actions.
168 PCI error-recovery callbacks
173 when performing error recovery actions.
178 pci-error-recovery.txt except pci express specific parts (e.g.
179 reset_link). Pls. refer to pci-error-recovery.txt for detailed
190 require any recovery actions. The AER driver clears the device's
256 error recovery handler (pci_driver->err_handler is equal to NULL)?
268 Fatal error recovery will fail if the errors are reported by the
293 Debugging PCIe AER error recovery code is quite difficult because it
Dindex.rst16 pci-error-recovery
/Linux-v5.4/drivers/ata/
Dpata_cs5520.c40 int recovery; member
69 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings()
74 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings()
78 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings()
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_rdma.c92 int qede_rdma_dev_add(struct qede_dev *edev, bool recovery) in qede_rdma_dev_add() argument
100 if (recovery) in qede_rdma_dev_add()
122 void qede_rdma_dev_remove(struct qede_dev *edev, bool recovery) in qede_rdma_dev_remove() argument
128 if (!recovery) { in qede_rdma_dev_remove()
/Linux-v5.4/Documentation/i2c/
Dgpio-fault-injection.rst36 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-v5.4/Documentation/devicetree/bindings/power/reset/
Dreboot-mode.txt14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image.
22 mode-recovery = <BOOT_RECOVERY>;
/Linux-v5.4/arch/arm/boot/dts/
Dox810se-wd-mbwe.dts43 recovery {
44 label = "recovery";
Dimx6q-gk802.dts45 recovery-button {
46 label = "recovery";
/Linux-v5.4/drivers/i2c/busses/
Di2c-uniphier.c164 bool recovery = false; in uniphier_i2c_master_xfer_one() local
178 recovery = true; in uniphier_i2c_master_xfer_one()
186 recovery = true; in uniphier_i2c_master_xfer_one()
191 if (recovery) in uniphier_i2c_master_xfer_one()
/Linux-v5.4/Documentation/devicetree/bindings/bus/
Dqcom,ebi2.txt77 - qcom,xmem-recovery-cycles: recovery cycles is the time the memory continues to
81 value is actually 1, so a value of 0 will still yield 1 recovery cycle.
99 - qcom,xmem-adv-to-oe-recovery-cycles: the number of cycles elapsed before an OE
131 qcom,xmem-recovery-cycles = <0>;
/Linux-v5.4/fs/jbd2/
DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/Linux-v5.4/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset47 Description: This field is used to tell s-Par which type of recovery tool
69 the recovery message.
88 the initial recovery message.

123456789