| /linux-4.1.27/drivers/target/iscsi/ |
| D | iscsi_target_datain_values.c | 98 if (dr->recovery && dr->generate_recovery_values) { in iscsit_set_datain_values_yes_and_yes() 106 next_burst_len = (!dr->recovery) ? in iscsit_set_datain_values_yes_and_yes() 108 read_data_done = (!dr->recovery) ? in iscsit_set_datain_values_yes_and_yes() 144 datain->data_sn = (!dr->recovery) ? cmd->data_sn++ : dr->data_sn++; in iscsit_set_datain_values_yes_and_yes() 147 if (!dr->recovery) { in iscsit_set_datain_values_yes_and_yes() 155 if (!dr->recovery) { in iscsit_set_datain_values_yes_and_yes() 165 (dr->recovery == DATAIN_WITHIN_COMMAND_RECOVERY) ? in iscsit_set_datain_values_yes_and_yes() 172 (dr->recovery == DATAIN_WITHIN_COMMAND_RECOVERY) ? in iscsit_set_datain_values_yes_and_yes() 197 if (dr->recovery && dr->generate_recovery_values) { in iscsit_set_datain_values_no_and_yes() 205 read_data_done = (!dr->recovery) ? in iscsit_set_datain_values_no_and_yes() [all …]
|
| D | iscsi_target.h | 26 extern int iscsit_build_r2ts_for_cmd(struct iscsi_conn *, struct iscsi_cmd *, bool recovery);
|
| D | iscsi_target_erl0.c | 398 int dump = 0, recovery = 0; in iscsit_dataout_pre_datapduinorder_yes() local 417 recovery = 1; in iscsit_dataout_pre_datapduinorder_yes() 427 recovery = 1; in iscsit_dataout_pre_datapduinorder_yes() 451 return (recovery) ? iscsit_recover_dataout_sequence(cmd, in iscsit_dataout_pre_datapduinorder_yes()
|
| D | iscsi_target_erl1.c | 456 dr->recovery = DATAIN_WITHIN_COMMAND_RECOVERY; in iscsit_handle_recovery_datain() 617 int i, send_recovery_r2t = 0, recovery = 0; in iscsit_dataout_datapduinorder_no_fbit() local 670 recovery = 1; in iscsit_dataout_datapduinorder_no_fbit() 686 return (!recovery) ? DATAOUT_NORMAL : DATAOUT_WITHIN_COMMAND_RECOVERY; in iscsit_dataout_datapduinorder_no_fbit()
|
| D | iscsi_target_tmr.c | 350 dr->recovery = DATAIN_CONNECTION_RECOVERY; in iscsit_task_reassign_complete_read()
|
| D | iscsi_target_util.c | 66 int recovery, in iscsit_add_r2t_to_list() argument 78 r2t->recovery_r2t = recovery; in iscsit_add_r2t_to_list()
|
| D | iscsi_target.c | 3105 bool recovery) in iscsit_build_r2ts_for_cmd() argument 3117 !recovery) in iscsit_build_r2ts_for_cmd() 3124 if (first_r2t && recovery) { in iscsit_build_r2ts_for_cmd()
|
| /linux-4.1.27/drivers/ide/ |
| D | cs5520.c | 49 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()
|
| D | qd65xx.h | 57 s16 recovery; /* recovery time */ member
|
| D | qd65xx.c | 167 *recovery_time = p->recovery; in qd_find_disk_type()
|
| D | Kconfig | 180 perform below the driver data recovery if needed. This is the most
|
| /linux-4.1.27/drivers/md/ |
| D | md.c | 329 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in mddev_resume() 2369 if (test_bit(MD_RECOVERY_RUNNING, &mddev->recovery)) in md_update_sb() 2407 set_bit(MD_RECOVERY_RECOVER, &mddev->recovery); in add_bound_rdev() 2408 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in add_bound_rdev() 2547 set_bit(MD_RECOVERY_NEEDED, &rdev->mddev->recovery); in state_store() 2575 set_bit(MD_RECOVERY_NEEDED, &rdev->mddev->recovery); in state_store() 2682 set_bit(MD_RECOVERY_NEEDED, &rdev->mddev->recovery); in slot_store() 2692 if (test_bit(MD_RECOVERY_RUNNING, &rdev->mddev->recovery)) in slot_store() 2778 test_bit(MD_RECOVERY_RUNNING,&mddev->recovery)) in new_offset_store() 3369 test_bit(MD_RECOVERY_RUNNING, &mddev->recovery) || in level_store() [all …]
|
| D | dm-raid.c | 1334 if (test_bit(MD_RECOVERY_FROZEN, &mddev->recovery)) in decipher_sync_action() 1337 if (test_bit(MD_RECOVERY_RUNNING, &mddev->recovery) || in decipher_sync_action() 1338 (!mddev->ro && test_bit(MD_RECOVERY_NEEDED, &mddev->recovery))) { in decipher_sync_action() 1339 if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery)) in decipher_sync_action() 1342 if (test_bit(MD_RECOVERY_SYNC, &mddev->recovery)) { in decipher_sync_action() 1343 if (!test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) in decipher_sync_action() 1345 else if (test_bit(MD_RECOVERY_CHECK, &mddev->recovery)) in decipher_sync_action() 1350 if (test_bit(MD_RECOVERY_RECOVER, &mddev->recovery)) in decipher_sync_action() 1370 if (test_bit(MD_RECOVERY_RUNNING, &rs->md.recovery)) in raid_status() 1381 } else if (test_bit(MD_RECOVERY_REQUESTED, &rs->md.recovery)) { in raid_status() [all …]
|
| D | raid10.c | 150 if (test_bit(MD_RECOVERY_SYNC, &conf->mddev->recovery) || in r10buf_pool_alloc() 151 test_bit(MD_RECOVERY_RESHAPE, &conf->mddev->recovery)) in r10buf_pool_alloc() 180 &conf->mddev->recovery)) { in r10buf_pool_alloc() 473 &rdev->mddev->recovery); in raid10_end_write_request() 1093 if (!test_bit(MD_RECOVERY_RESHAPE, &rdev->mddev->recovery) || in choose_data_offset() 1172 while (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) && in __make_request() 1185 if (test_bit(MD_RECOVERY_RESHAPE, &mddev->recovery) && in __make_request() 1680 set_bit(MD_RECOVERY_INTR, &mddev->recovery); in error() 2006 &rdev->mddev->recovery); in end_sync_write() 2086 if (test_bit(MD_RECOVERY_CHECK, &mddev->recovery)) in sync_request_write() [all …]
|
| D | raid1.c | 122 if (test_bit(MD_RECOVERY_REQUESTED, &pi->mddev->recovery)) in r1buf_pool_alloc() 134 if (!test_bit(MD_RECOVERY_REQUESTED, &pi->mddev->recovery)) { in r1buf_pool_alloc() 419 conf->mddev->recovery); in raid1_end_write_request() 1508 set_bit(MD_RECOVERY_INTR, &mddev->recovery); in error() 1785 mddev->recovery); in end_sync_write() 1821 rdev->mddev->recovery); in r1_sync_page_io() 1900 set_bit(MD_RECOVERY_INTR, &mddev->recovery); in fix_sync_read_error() 2032 if (j < 0 || (test_bit(MD_RECOVERY_CHECK, &mddev->recovery) in process_checks() 2058 if (test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) in sync_request_write() 2070 !test_bit(MD_RECOVERY_SYNC, &mddev->recovery)))) in sync_request_write() [all …]
|
| D | raid5.c | 2460 &rdev->mddev->recovery); in raid5_end_write_request() 2518 set_bit(MD_RECOVERY_INTR, &mddev->recovery); in error() 3207 if (test_bit(MD_RECOVERY_RECOVER, &conf->mddev->recovery)) { in handle_failed_sync() 3744 if (test_bit(MD_RECOVERY_CHECK, &conf->mddev->recovery)) in handle_parity_checks5() 3896 if (test_bit(MD_RECOVERY_CHECK, &conf->mddev->recovery)) in handle_parity_checks6() 4177 test_bit(MD_RECOVERY_REQUESTED, &(conf->mddev->recovery))) in analyse_stripe() 5449 || test_bit(MD_RECOVERY_INTR, &mddev->recovery)); in reshape_request() 5458 test_bit(MD_RECOVERY_INTR, &mddev->recovery)); in reshape_request() 5459 if (test_bit(MD_RECOVERY_INTR, &mddev->recovery)) in reshape_request() 5544 || test_bit(MD_RECOVERY_INTR, &mddev->recovery)); in reshape_request() [all …]
|
| D | md.h | 348 unsigned long recovery; member 686 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in rdev_dec_pending()
|
| D | md-cluster.c | 264 set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); in recover_bitmaps()
|
| D | bitmap.c | 1850 set_bit(MD_RECOVERY_NEEDED, &bitmap->mddev->recovery); in bitmap_load() 2132 if (mddev->recovery || mddev->sync_thread) in location_store()
|
| D | Kconfig | 375 reads. Useful in some recovery situations.
|
| /linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
| 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()
|
| D | Makefile | 37 ath6kl_core-y += recovery.o
|
| /linux-4.1.27/Documentation/PCI/ |
| D | 00-INDEX | 7 pci-error-recovery.txt 8 - info on PCI error recovery
|
| D | pci-error-recovery.txt | 25 of a bus disconnection, and then performing error recovery. 28 Reporting and recovery is performed in several steps. First, when 37 Next, recovery is performed in several stages. Most of the complexity 56 through a large number of contortions to complete recovery. Almost all 60 device drivers already handle very similar recovery procedures; 70 The error recovery API support is exposed to the driver in the form of 73 and the actual recovery steps taken are platform dependent. The 106 is assumed that the driver is not doing any direct recovery and requires 155 particular, if the platform doesn't isolate slots), and recovery 159 then recovery proceeds to STEP 4 (Slot Reset). [all …]
|
| D | pcieaer-howto.txt | 35 - Performs error recovery actions. 152 3.2.2 PCI error-recovery callbacks 156 when performing error recovery actions. 161 pci-error-recovery.txt except pci express specific parts (e.g. 162 reset_link). Pls. refer to pci-error-recovery.txt for detailed 172 require any recovery actions. The AER driver clears the device's 224 error recovery handler (pci_driver->err_handler is equal to NULL)? 233 A: Fatal error recovery will fail if the errors are reported by the 253 Debugging PCIe AER error recovery code is quite difficult because it
|
| D | pci.txt | 122 err_handler See Documentation/PCI/pci-error-recovery.txt
|
| /linux-4.1.27/drivers/ata/ |
| D | pata_cs5520.c | 49 int recovery; member 78 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings() 83 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings() 87 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_timings()
|
| D | pata_legacy.c | 655 int active, recovery; in qdi65x0_set_piomode() local 663 recovery = 18 - clamp_val(t.recover, 3, 18); in qdi65x0_set_piomode() 666 recovery = 15 - clamp_val(t.recover, 0, 15); in qdi65x0_set_piomode() 668 timing = (recovery << 4) | active | 0x08; in qdi65x0_set_piomode() 790 int active, recovery; in winbond_set_piomode() local 803 recovery = (clamp_val(t.recover, 1, 15) + 1) & 0x0F; in winbond_set_piomode() 804 timing = (active << 4) | recovery; in winbond_set_piomode()
|
| D | pata_sis.c | 234 static const u8 recovery[] = { 0x00, 0x06, 0x04, 0x03, 0x03 }; in sis_old_set_piomode() local 245 t2 |= recovery[speed]; in sis_old_set_piomode()
|
| /linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
| D | tsc2005.txt | 14 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after 40 ti,esd-recovery-timeout-ms = <8000>;
|
| /linux-4.1.27/drivers/staging/unisys/Documentation/ |
| D | proc-entries.txt | 73 and the Linux-based installation and recovery tool. These values are 80 next reboot will launch the installation and recovery tool. If set to 85 and recovery tool mode requested for the next boot. 88 and recovery tool to pass status and result information back to the
|
| /linux-4.1.27/Documentation/devicetree/bindings/sound/ |
| D | st,sta32x.txt | 40 If present, thermal warning recovery is enabled. 45 - st,fault-detect-recovery: 46 If present, then fault recovery will be enabled.
|
| D | cs35l32.txt | 39 - cirrus,battery-recovery : Low battery nominal recovery threshold, rising VP.
|
| D | st,sta350.txt | 40 If present, thermal warning recovery is enabled. 45 - st,fault-detect-recovery: 46 If present, then fault recovery will be enabled.
|
| /linux-4.1.27/fs/jbd/ |
| D | Makefile | 7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
| /linux-4.1.27/fs/jbd2/ |
| D | Makefile | 7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
| /linux-4.1.27/arch/arm/boot/dts/ |
| D | imx6q-gk802.dts | 43 recovery-button { 44 label = "recovery";
|
| D | omap3-n900.dts | 840 ti,esd-recovery-timeout-ms = <8000>;
|
| /linux-4.1.27/fs/f2fs/ |
| D | Makefile | 4 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
|
| /linux-4.1.27/drivers/staging/unisys/Documentation/ABI/ |
| D | sysfs-platform-visorchipset | 45 Description: This field is used to tell s-Par which type of recovery tool 81 the recovery message. 100 the initial recovery message.
|
| /linux-4.1.27/fs/nilfs2/ |
| D | Makefile | 3 btnode.o bmap.o btree.o direct.o dat.o recovery.o \
|
| D | Kconfig | 9 consistency like conventional LFS, it achieves quick recovery after
|
| /linux-4.1.27/fs/ocfs2/dlm/ |
| D | dlmlock.c | 566 int convert = 0, recovery = 0; in dlmlock() local 588 recovery = (flags & LKM_RECOVERY); in dlmlock() 590 if (recovery && in dlmlock() 675 if (!recovery) in dlmlock() 716 if (recovery) { in dlmlock()
|
| /linux-4.1.27/drivers/misc/genwqe/ |
| D | Kconfig | 16 int "Use platform recovery procedures (0=off, 1=on)"
|
| /linux-4.1.27/Documentation/scsi/ |
| D | scsi_eh.txt | 176 performs during recovery. This will be discussed in [2-2]. 178 Once recovery is complete, SCSI EH resumes normal operation by 204 To achieve these goals, EH performs recovery actions with increasing 220 During recovery, the following rules are followed 223 eh_work_q. If a recovery action succeeds for a scmd, recovered 226 Note that single recovery action on a scmd can recover multiple 233 - EH reuses failed scmds to issue commands for recovery. For 312 causes higher-severity recovery to be taken for the scmd. 345 states, no further recovery action is needed. 428 scsi_unjam_host() and it is responsible for whole recovery process.
|
| D | BusLogic.txt | 45 tune driver performance and error recovery to their particular needs. 155 The driver implements extensive error recovery procedures. When the higher 159 based on the recommendation of the SCSI subsystem. Error recovery strategies 163 recovery entirely to avoid perturbing an improperly functioning device. If 164 the bus device reset error recovery strategy is selected and sending a bus 172 device. These error recovery options improve overall system robustness by 190 data transfer and error recovery statistics are available through the
|
| D | dpti.txt | 70 * Add ioctl passthru error recovery
|
| D | ChangeLog.ips | 107 - Fix error recovery code
|
| D | aic79xx.txt | 148 - Correct a race condition in our error recovery handler. 158 - Improve recovery for certain PCI-X errors. 171 - Added abort and target/lun reset error recovery handler and
|
| D | ChangeLog.arcmsr | 57 ** 1.implement PCI-Express error recovery function and AER capability
|
| D | ChangeLog.sym53c8xx_2 | 48 - Cleanup a bit the PPR failure recovery code.
|
| D | FlashPoint.txt | 143 test system provided an ideal environment for testing error recovery
|
| D | ChangeLog.ncr53c8xx | 350 Remove the error recovery code that have'nt been really useful. 398 - Buglet fixed in parity error recovery SCRIPTS (never tested).
|
| D | ChangeLog.megaraid | 609 ix. Better implementation of error handling and recovery. Driver now 610 performs extended errors recovery for instances like scsi cable pull.
|
| D | ChangeLog.sym53c8xx | 409 - Major rewrite of the interrupt handling and recovery stuff for 417 - Add 'recovery' option to driver set-up.
|
| D | scsi_mid_low_api.txt | 818 * EH_NOT_HANDLED Begin normal error recovery 825 * Notes: This is to give the LLD an opportunity to do local recovery. 826 * This recovery is limited to determining if the outstanding command
|
| /linux-4.1.27/fs/gfs2/ |
| D | Makefile | 7 recovery.o rgrp.o super.o sys.o trans.o util.o
|
| /linux-4.1.27/fs/ubifs/ |
| D | Makefile | 6 ubifs-y += recovery.o ioctl.o lpt_commit.o tnc_misc.o xattr.o debug.o
|
| /linux-4.1.27/Documentation/filesystems/ |
| D | gfs2-uevents.txt | 39 of journal recovery for one of the filesystems journals. It has 45 recovery via the /sys/fs/gfs2/<fsname>/lock_module/recovery file.
|
| D | nilfs2.txt | 8 like conventional LFS, it achieves quick recovery after system 74 norecovery Disable recovery of the filesystem on mount. 245 summary. The recovery code of nilfs2 looks this boundary information
|
| D | udf.txt | 54 The remaining are for debugging and disaster recovery:
|
| D | ceph.txt | 13 * Fast recovery from node failures
|
| D | f2fs.txt | 35 a log-like structure, thereby speeding up both file writing and crash recovery. 108 disable_roll_forward Disable the roll-forward recovery routine 109 norecovery Disable the roll-forward recovery routine, mounted read-
|
| D | tmpfs.txt | 121 NUMA capability (perhaps a safe recovery kernel), or with fewer nodes
|
| D | ext3.txt | 168 mode - metadata journaling. A crash+recovery can cause incorrect data to
|
| D | xfs-delayed-logging-design.txt | 130 It should be noted that this does not change the guarantee that log recovery 288 either be completely replayed during log recovery, or not replayed at all. If 300 only complete previous transaction in the log. This will result in a recovery 306 formatted log items and a commit record at the tail. From a recovery 309 might need to tune the recovery transaction object hash size.
|
| D | btrfs.txt | 171 recovery
|
| D | romfs.txt | 40 would be for a recovery disk, when you are reinstalling a workstation
|
| D | ntfs.txt | 182 recover: At present only supported is recovery of 184 If read-only mount, the recovery is done
|
| D | gfs2-glocks.txt | 21 used only during recovery, and even then only for journal locks.
|
| D | ext4.txt | 138 This will allow the recovery code in e2fsck and the 400 mode - metadata journaling. A crash+recovery can cause incorrect data to
|
| D | xfs.txt | 167 The filesystem will be mounted without running log recovery.
|
| D | xfs-self-describing-metadata.txt | 348 log recovery. So, it's gone unnoticed until now. This won't matter immediately -
|
| /linux-4.1.27/drivers/staging/rtl8188eu/include/ |
| D | phy.h | 29 void rtl88eu_phy_iq_calibrate(struct adapter *adapter, bool recovery);
|
| /linux-4.1.27/Documentation/DocBook/ |
| D | .filesystems.xml.cmd | 2 …s/inode.c fs/debugfs/file.c include/linux/jbd.h fs/jbd/journal.c fs/jbd/recovery.c fs/jbd/transact…
|
| /linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
| D | dm_common.h | 140 void rtl92c_phy_iq_calibrate(struct ieee80211_hw *hw, bool recovery);
|
| /linux-4.1.27/Documentation/i2c/ |
| D | fault-codes | 9 faults. There may be fancier recovery schemes that are appropriate in 11 recovery, triggered by a fault report, there is no error. 59 SMBus adapter) needs some fault recovery (such as resetting),
|
| /linux-4.1.27/firmware/advansys/ |
| D | mcode.bin.ihex | 147 /* Microcode buffer is kept after initialization for error recovery. */
|
| D | 3550.bin.ihex | 317 /* Microcode buffer is kept after initialization for error recovery. */
|
| D | 38C0800.bin.ihex | 336 /* Microcode buffer is kept after initialization for error recovery. */
|
| D | 38C1600.bin.ihex | 398 /* Microcode buffer is kept after initialization for error recovery. */
|
| /linux-4.1.27/Documentation/powerpc/ |
| D | 00-INDEX | 16 eeh-pci-error-recovery.txt
|
| D | eeh-pci-error-recovery.txt | 78 Detection and recovery are performed with the aid of ppc64 92 pending work) and start recovery of the card. Recovery normally 115 At this time, a generic EEH recovery mechanism has been implemented, 117 EEH recovery. This generic mechanism piggy-backs on the PCI hotplug 162 To assist in the recovery of the device, eeh.c exports the 295 There are several issues with the current EEH software recovery design,
|
| /linux-4.1.27/Documentation/vm/ |
| D | hwpoison.txt | 4 (``MCA recovery''). This requires the OS to declare a page "poisoned", 51 There are two (actually three) modi memory failure recovery can be in: 54 All memory failures cause a panic. Do not attempt recovery.
|
| /linux-4.1.27/drivers/net/can/softing/ |
| D | Kconfig | 15 As such, some actions (start/stop/busoff recovery) on 1 bus
|
| /linux-4.1.27/Documentation/isdn/ |
| D | README.pcbit | 30 version includes several procedures for error recovery that should
|
| /linux-4.1.27/Documentation/filesystems/nfs/ |
| D | nfs.txt | 24 is associated with this identity. To support robust NFSv4 state recovery 39 or loss of state during NFS reboot recovery or transparent state migration.
|
| /linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
| D | ingenic,jz4780-nemc.txt | 36 - ingenic,nemc-tSTRV: Static memory recovery time in nanoseconds.
|
| /linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
| D | initrd.txt | 73 export recovery=
|
| /linux-4.1.27/arch/mips/sibyte/ |
| D | Kconfig | 133 bool "All cache exceptions considered fatal (no recovery attempted)"
|
| /linux-4.1.27/Documentation/ |
| D | md.txt | 442 correct. This is normally zero, but during a recovery 443 operation it will steadily increase, and if the recovery is 444 interrupted, restoring this value can cause recovery to 508 'idle' will stop an active resync/recovery etc. There is no 509 guarantee that another resync/recovery may not be automatically 512 'resync' or 'recovery' can be used to restart the 519 "recover" if a recovery seems to be needed, but cannot be
|
| D | md-cluster.txt | 127 starts a cluster recovery thread. The cluster recovery thread:
|
| D | vfio.txt | 310 error recovery. A PE may be a single or multi-function IOA (IO Adapter), a 327 VFIO_EEH_PE_OP - provides an API for EEH setup, error detection and recovery. 396 * recovery is finished.
|
| D | robust-futexes.txt | 139 - no kernel-space recovery call (FUTEX_RECOVER) is needed.
|
| D | initrd.txt | 296 A third scenario is more convenient recovery disks, because information
|
| D | xillybus.txt | 245 even though the PCIe standard requires a graceful recovery.
|
| D | kernel-docs.txt | 99 Keywords: software architecture, architecture recovery,
|
| D | kernel-parameters.txt | 1795 hot-unplug link recovery 2257 not to attempt recovery of lost locks.
|
| /linux-4.1.27/arch/alpha/lib/ |
| D | ev6-copy_user.S | 230 $exitout: # Destination for exception recovery(?)
|
| D | ev6-clear_user.S | 219 $exception: # Destination for exception recovery(?)
|
| /linux-4.1.27/Documentation/ide/ |
| D | ChangeLog.ide-tape.1995-2002 | 115 * Some improvements in error recovery. 137 * Some error recovery bug fixes. 228 * Onstream read recovery.
|
| D | ChangeLog.ide-floppy.1996-2002 | 7 * Ver 0.3 Dec 2 96 Fixed error recovery bug.
|
| /linux-4.1.27/drivers/scsi/aic7xxx/ |
| D | Kconfig.aic79xx | 42 The bus settle delay following all error recovery actions is
|
| D | Kconfig.aic7xxx | 47 The bus settle delay following all error recovery actions is
|
| D | aic79xx.seq | 2144 * recovery can be performed.
|
| /linux-4.1.27/Documentation/device-mapper/ |
| D | dm-raid.txt | 141 # min recovery rate at 20 kiB/sec/disk 169 recovery. Here is a fuller description of the individual fields:
|
| D | thin-provisioning.txt | 306 contain the string 'Fail'. The userspace recovery tools 388 will just contain the string 'Fail'. The userspace recovery
|
| /linux-4.1.27/Documentation/x86/x86_64/ |
| D | machinecheck | 65 Note this only makes a difference if the CPU allows recovery
|
| /linux-4.1.27/fs/nfsd/ |
| D | Kconfig | 115 testing error recovery on the NFS client.
|
| /linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
| D | conf.h | 1383 struct conf_recovery_settings recovery; member
|
| D | main.c | 337 wl->conf.recovery.bug_on_recovery = (u8) bug_on_recovery; in wlcore_adjust_conf() 340 wl->conf.recovery.no_recovery = (u8) no_recovery; in wlcore_adjust_conf() 1000 BUG_ON(wl->conf.recovery.bug_on_recovery && in wl1271_recovery_work() 1003 if (wl->conf.recovery.no_recovery) { in wl1271_recovery_work()
|
| /linux-4.1.27/arch/powerpc/boot/dts/ |
| D | ac14xx.dts | 70 label = "recovery";
|
| D | c2k.dts | 356 label = "recovery";
|
| /linux-4.1.27/Documentation/ioctl/ |
| D | botching-up-ioctls.txt | 112 entire box (by means of an unkillable X process). If the state recovery is 116 * Have testcases for the really tricky corner cases in your error recovery code
|
| /linux-4.1.27/include/target/iscsi/ |
| D | iscsi_target_core.h | 312 enum datain_req_rec_table recovery; member
|
| /linux-4.1.27/Documentation/blockdev/ |
| D | cciss.txt | 165 side during the SCSI error recovery process, the cciss driver only
|
| D | README.DAC960 | 465 recovery procedures. Concurrently with the above, the driver status available
|
| /linux-4.1.27/drivers/scsi/ |
| D | ncr53c8xx.h | 539 u8 recovery; member
|
| D | ncr53c8xx.c | 753 driver_setup.recovery = val; in sym53c8xx__setup()
|
| D | Kconfig | 1623 boot process fractionally longer but may assist recovery from errors
|
| /linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
| D | phy.c | 1312 void rtl88eu_phy_iq_calibrate(struct adapter *adapt, bool recovery) in rtl88eu_phy_iq_calibrate() argument 1339 if (recovery) { in rtl88eu_phy_iq_calibrate()
|
| /linux-4.1.27/mm/ |
| D | Kconfig | 369 bool "Enable recovery from hardware memory errors" 373 with MCA recovery. This allows a system to continue running
|
| /linux-4.1.27/Documentation/ia64/ |
| D | mca.txt | 15 specification for ia64 SAL, error recovery and unwind, it is not as
|
| /linux-4.1.27/arch/powerpc/ |
| D | Kconfig | 939 One use is for the kexec on panic case where the recovery kernel 1049 One use is for the kexec on panic case where the recovery kernel
|
| /linux-4.1.27/Documentation/trace/ |
| D | ftrace-design.txt | 166 the fault recovery table (the asm(...) code). The rest should be the same
|
| /linux-4.1.27/Documentation/sysctl/ |
| D | vm.txt | 416 Enable memory failure recovery (when supported by the platform) 418 1: Attempt recovery.
|
| /linux-4.1.27/arch/ia64/ |
| D | Kconfig | 487 tristate "MCA recovery from errors other than TLB."
|
| /linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
| D | main.c | 376 .recovery = {
|
| /linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
| D | main.c | 501 .recovery = {
|
| /linux-4.1.27/lib/ |
| D | Kconfig.debug | 1613 tristate "Self test for hardware accelerated raid6 recovery" 1618 recovery of all the possible two disk failure scenarios for a 1620 raid6 recovery routines, and will optionally use an offload
|
| /linux-4.1.27/Documentation/s390/ |
| D | cds.txt | 339 bottom-half, unless a non deterministically long running error recovery procedure
|
| /linux-4.1.27/Documentation/networking/ |
| D | ip-sysctl.txt | 244 losses into fast recovery (draft-dukkipati-tcpm-tcp-loss-probe-01). 248 2 enables ER but delays fast recovery and fast retransmit 286 F-RTO is an enhanced recovery algorithm for TCP retransmission
|
| D | bonding.txt | 709 when failure of the active slave or recovery of the primary slave 770 slave after a link recovery has been detected. This option is 2421 during switch initialization (e.g., during recovery after a switch
|
| D | can.txt | 1140 bus-off recovery can be enabled by setting the "restart-ms" to a
|
| /linux-4.1.27/Documentation/development-process/ |
| D | 4.Coding | 270 fact of the matter, though, is that the resulting failure recovery paths
|
| /linux-4.1.27/Documentation/cgroups/ |
| D | cgroups.txt | 216 error-recovery issues.
|
| D | cpusets.txt | 150 - in vmscan.c, to restrict page recovery to the current cpuset.
|
| /linux-4.1.27/Documentation/usb/ |
| D | power-management.txt | 569 implementation shares the same device recovery path (and honors the same
|
| /linux-4.1.27/drivers/infiniband/ulp/isert/ |
| D | ib_isert.c | 2969 isert_get_dataout(struct iscsi_conn *conn, struct iscsi_cmd *cmd, bool recovery) in isert_get_dataout() argument
|
| /linux-4.1.27/arch/x86/ |
| D | Kconfig | 1837 One use is for the kexec on panic case where the recovery kernel
|
| /linux-4.1.27/ |
| D | MAINTAINERS | 3851 F: Documentation/powerpc/eeh-pci-error-recovery.txt 7482 F: Documentation/PCI/pci-error-recovery.txt
|