Searched refs:recovery (Results 26 - 50 of 74) sorted by relevance

123

/linux-master/drivers/md/
H A Draid1.c178 if (test_bit(MD_RECOVERY_REQUESTED, &pi->mddev->recovery))
465 conf->mddev->recovery);
735 /* still in recovery */
941 * either some resync/recovery, or reconfigure the array.
960 * If resync/recovery is interrupted, returns -EINTR;
997 test_bit(MD_RECOVERY_INTR, &conf->mddev->recovery),
1000 if (test_bit(MD_RECOVERY_INTR, &conf->mddev->recovery)) {
1723 * - recovery is disabled.
1725 * - recovery is interrupted.
1754 * if recovery i
[all...]
H A Draid5.c2892 &rdev->mddev->recovery);
2945 set_bit(MD_RECOVERY_INTR, &mddev->recovery);
3745 * non-sync devices, or abort the recovery
3747 if (test_bit(MD_RECOVERY_RECOVER, &conf->mddev->recovery)) {
3748 /* During recovery devices cannot be removed, so
4334 /* either failed parity check, or recovery is happening */
4367 if (test_bit(MD_RECOVERY_CHECK, &conf->mddev->recovery)) {
4532 if (test_bit(MD_RECOVERY_CHECK, &conf->mddev->recovery)) {
4825 * sync and recovery both need to read all devices, and so
4830 test_bit(MD_RECOVERY_REQUESTED, &(conf->mddev->recovery)))
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c1278 (READ_ONCE(dev->recovery.state) & state),
1449 dev->recovery.hw_full_reset = true;
1478 dev->recovery.hw_full_reset = false;
1487 /* system error recovery */
1500 if (dev->recovery.restart) {
1505 if (READ_ONCE(dev->recovery.state) & MT_MCU_CMD_WA_WDT)
1506 dev->recovery.wa_reset_count++;
1508 dev->recovery.wm_reset_count++;
1519 dev->recovery.state = MT_MCU_CMD_NORMAL_STATE;
1520 dev->recovery
[all...]
H A Ddebugfs.c47 /* test knob of system error recovery */
76 * 1: trigger & enable system error L1 recovery.
77 * 2: trigger & enable system error L2 recovery.
81 * 6: trigger & enable system error L3 bf recovery.
82 * 7: trigger & enable system error full recovery.
108 dev->recovery.state |= MT_MCU_CMD_WDT_MASK;
145 "1: trigger system error L1 recovery\n");
147 "2: trigger system error L2 recovery\n");
155 "6: trigger system error L3 bf recovery\n");
157 "7: trigger system error full recovery\
[all...]
H A Dmt7915.h278 } recovery; member in struct:mt7915_dev
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h330 int mlx5_load_one(struct mlx5_core_dev *dev, bool recovery);
331 int mlx5_load_one_devl_locked(struct mlx5_core_dev *dev, bool recovery);
H A Dmain.c1554 int mlx5_load_one_devl_locked(struct mlx5_core_dev *dev, bool recovery) argument
1568 if (recovery)
1601 int mlx5_load_one(struct mlx5_core_dev *dev, bool recovery) argument
1607 ret = mlx5_load_one_devl_locked(dev, recovery);
/linux-master/drivers/target/iscsi/
H A Discsi_target_erl0.c3 * This file contains error recovery level zero functions used by
74 * We do the within-command recovery checks here as it is
76 * Basically, if we are in within-command recovery and
225 * Due to possibility of recovery DataOUT sent by the initiator
375 pr_err("Unable to perform within-command recovery"
390 int dump = 0, recovery = 0; local
409 recovery = 1;
419 recovery = 1;
435 pr_err("Unable to perform within-command recovery"
443 return (recovery)
[all...]
H A Discsi_target_erl1.c3 * This file contains error recovery level one used by the iSCSI Target driver.
32 * Used to dump excess datain payload for certain error recovery
424 dr->recovery = DATAIN_WITHIN_COMMAND_RECOVERY;
585 int i, send_recovery_r2t = 0, recovery = 0; local
629 * Set recovery = 1 for any missing, CRC failed, or timed
637 recovery = 1;
653 return (!recovery) ? DATAOUT_NORMAL : DATAOUT_WITHIN_COMMAND_RECOVERY;
H A Discsi_target_tmr.c134 " connection recovery command list.\n", hdr->rtt);
138 * Temporary check to prevent connection recovery for
143 pr_err("Unable to perform connection recovery for"
150 pr_err("Unable to perform connection recovery for"
158 pr_err("Unable to perform connection recovery for"
188 pr_debug("iSCSI connection recovery successful for CID:"
342 dr->recovery = DATAIN_CONNECTION_RECOVERY;
452 * connection recovery releated TASK_REASSIGN.
/linux-master/drivers/remoteproc/
H A Dremoteproc_sysfs.c22 * By writing to the 'recovery' sysfs entry, we control the behavior of the
23 * recovery mechanism dynamically. The default value of this entry is "enabled".
25 * The 'recovery' sysfs entry supports these commands:
29 * processor crashes while recovery is disabled, it will
30 * be automatically recovered too as soon as recovery is enabled.
36 * recover: This function will trigger an immediate recovery if the
38 * or checking the recovery state (enabled/disabled).
40 * additional crashes to happen after enabling recovery. In this
41 * case, enabling recovery will make it hard to debug subsequent
42 * crashes, so it's recommended to keep recovery disable
[all...]
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S220 $exitout: # Destination for exception recovery(?)
H A Dev6-clear_user.S207 $exception: # Destination for exception recovery(?)
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinternal.h173 recovery : 1, member in struct:mca_config
/linux-master/drivers/mmc/host/
H A Dcqhci.h287 void (*disable)(struct mmc_host *mmc, bool recovery);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1571 (READ_ONCE(dev->recovery.state) & state),
1774 dev->recovery.hw_full_reset = true;
1812 dev->recovery.hw_full_reset = false;
1837 if (dev->recovery.restart) {
1842 if (READ_ONCE(dev->recovery.state) & MT_MCU_CMD_WA_WDT)
1843 dev->recovery.wa_reset_count++;
1845 dev->recovery.wm_reset_count++;
1856 dev->recovery.state = MT_MCU_CMD_NORMAL_STATE;
1857 dev->recovery.restart = false;
1861 if (!(READ_ONCE(dev->recovery
[all...]
H A Ddebugfs.c49 /* test knob of system error recovery */
78 * 1: trigger & enable system error L1 recovery.
79 * 2: trigger & enable system error L2 recovery.
83 * 6: trigger & enable system error L3 bf recovery.
84 * 7: trigger & enable system error L4 mdp recovery.
85 * 8: trigger & enable system error full recovery.
108 dev->recovery.state |= MT_MCU_CMD_WDT_MASK;
146 "1: trigger system error L1 recovery\n");
148 "2: trigger system error L2 recovery\n");
156 "6: trigger system error L3 bf recovery\
[all...]
/linux-master/drivers/ata/
H A Dpata_sis.c234 static const u8 recovery[] = { 0x00, 0x06, 0x04, 0x03, 0x03 }; local
241 t1 &= ~0x0F; /* Clear active/recovery timings */
245 t2 |= recovery[speed];
349 /* bits 3-0 hold recovery timing bits 8-10 active timing and
389 /* bits 3-0 hold recovery timing bits 8-10 active timing and
697 /* force per drive recovery and active timings
/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c267 struct i2c_bus_recovery_info recovery; member in struct:pxa_i2c
1301 * we transition to recovery; this avoids glitching the bus.
1303 gpiod_set_value(i2c->recovery.scl_gpiod, ibmr & IBMR_SCLS);
1304 gpiod_set_value(i2c->recovery.sda_gpiod, ibmr & IBMR_SDAS);
1321 "recovery: resetting controller, ISR=0x%08x\n", isr);
1327 dev_dbg(&i2c->adap.dev, "recovery: IBMR 0x%08x ISR 0x%08x\n",
1335 struct i2c_bus_recovery_info *bri = &i2c->recovery;
1340 * Bus recovery can only be performed when we are the master, which
1342 * not configure bus recovery.
1358 i2c->pinctrl_recovery = pinctrl_lookup_state(i2c->pinctrl, "recovery");
[all...]
/linux-master/include/trace/events/
H A Df2fs.h142 { CP_RECOVER_DIR, "dir needs recovery" })
1375 block_t old_addr, block_t new_addr, bool recovery),
1377 TP_ARGS(inode, cow_inode, index, old_addr, new_addr, recovery),
1386 __field(bool, recovery)
1396 __entry->recovery = recovery;
1400 "old_addr = 0x%llx, new_addr = 0x%llx, recovery = %d",
1406 __entry->recovery)
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dconf.h1107 /* BUG() on fw recovery */
1110 /* Prevent HW recovery. FW will remain stuck. */
1147 struct conf_recovery_settings recovery; member in struct:wlcore_conf
/linux-master/net/mptcp/
H A Dprotocol.c1005 /* in recovery mode can see ack after the current snd head */
1006 if (WARN_ON_ONCE(!msk->recovery))
1019 /* prevent wrap around in recovery mode */
1021 if (WARN_ON_ONCE(!msk->recovery))
1036 /* all retransmitted data acked, recovery completed */
1037 if (unlikely(msk->recovery) && after64(msk->snd_una, msk->recovery_snd_nxt))
1038 msk->recovery = false;
2365 msk->recovery = true;
2799 msk->recovery = false;
3184 msk->recovery
[all...]
/linux-master/fs/f2fs/
H A Dsuper.c2580 /* need to recovery orphan */
2583 /* need to recovery data */
3943 * them recovery flag back to the caller.
3947 int *valid_super_block, int *recovery)
3965 *recovery = 1;
3975 *recovery = 1;
4023 /* if we are in recovery path, skip writing valid superblock */
4367 int recovery, i, valid_super_block; local
4378 recovery = 0;
4421 &recovery);
3945 read_raw_super_block(struct f2fs_sb_info *sbi, struct f2fs_super_block **raw_super, int *valid_super_block, int *recovery) argument
[all...]
/linux-master/fs/
H A Ddax.c1478 bool recovery = false; local
1493 recovery = true;
1513 if (recovery)
/linux-master/include/target/iscsi/
H A Discsi_target_core.h124 /* struct iscsi_datain_req->recovery */
311 enum datain_req_rec_table recovery; member in struct:iscsi_datain_req
354 /* Within command recovery count */
452 /* spinlock for adding within command recovery entries */
480 /* Pointer to connection recovery entry */
482 /* Session the command is part of, used for connection recovery */

Completed in 497 milliseconds

123