Home
last modified time | relevance | path

Searched refs:failures (Results 1 – 71 of 71) sorted by relevance

/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt12 injects slab allocation failures. (kmalloc(), kmem_cache_alloc(), ...)
16 injects page allocation failures. (alloc_pages(), get_free_pages(), ...)
52 specifies the interval between failures, for calls to
60 specifies how many times failures may happen at most.
81 Any positive value limits failures to only processes indicated by
105 default is 'N', setting it to 'Y' won't inject failures into
112 default is 'N', setting it to 'Y' will inject failures
118 failures.
171 o add a hook to insert failures
180 o Inject slab allocation failures into module init/exit code
[all …]
Dprovoke-crashes.txt29 You can also induce failures by mounting debugfs and writing the type to
Dnotifier-error-inject.txt6 notifier call chain failures which is rarely executed. There are kernel
/linux-4.4.14/drivers/md/
Ddm-raid1.c60 struct bio_list failures; member
643 if (!ms->failures.head) in write_callback()
645 bio_list_add(&ms->failures, bio); in write_callback()
768 bio_list_merge(&ms->failures, &sync); in do_writes()
781 bio_list_add(&ms->failures, bio); in do_writes()
791 static void do_failures(struct mirror_set *ms, struct bio_list *failures) in do_failures() argument
795 if (likely(!failures->head)) in do_failures()
815 while ((bio = bio_list_pop(failures))) { in do_failures()
858 struct bio_list reads, writes, failures; in do_mirror() local
864 failures = ms->failures; in do_mirror()
[all …]
DKconfig22 disk failures. This is called "Software RAID" since the combining of
/linux-4.4.14/tools/testing/fault-injection/
Dfailcmd.sh30 specifies how many times failures may happen at most.
58 inject slab allocation failures
60 inject page allocation failures
/linux-4.4.14/drivers/ide/
Dide-disk_proc.c159 ide_devset_rw_field(failures, failures);
169 IDE_PROC_DEVSET(failures, 0, 65535),
Dide-eh.c249 drive->failures++; in reset_pollfunc()
256 drive->failures = 0; in reset_pollfunc()
259 drive->failures++; in reset_pollfunc()
Dide-iops.c171 if (drive->max_failures && (drive->failures > drive->max_failures)) { in ide_wait_stat()
Dide-io.c318 if (drive->max_failures && (drive->failures > drive->max_failures)) { in start_request()
/linux-4.4.14/Documentation/vm/
Dhwpoison.txt24 * users, because memory failures could happen anytime and anywhere,
46 memory failures too. The expection is that near all applications
54 All memory failures cause a panic. Do not attempt recovery.
118 This only works for Linux injected failures, not for real
119 memory failures.
127 Only handle memory failures to pages associated with the file system defined
Dtranshuge.txt68 allocation failures to be noticeable from userland. It allows paging
/linux-4.4.14/tools/testing/selftests/x86/
Dldt_gdt.c421 int failures = 0, iters = 5, i; in do_multicpu_tests() local
495 failures++; in do_multicpu_tests()
505 if (failures) { in do_multicpu_tests()
506 printf("[FAIL]\t%d of %d iterations failed\n", failures, iters); in do_multicpu_tests()
/linux-4.4.14/arch/blackfin/mach-common/
Darch_checks.c55 … part with anomaly 05000448, this issue causes random memory read/write failures - that means rand…
/linux-4.4.14/drivers/net/ethernet/i825xx/
Dether1.c449 int failures = 0; in ether1_init_for_open() local
539 failures += 1; in ether1_init_for_open()
556 failures += 1; in ether1_init_for_open()
573 failures += 1; in ether1_init_for_open()
606 if (failures) in ether1_init_for_open()
608 return failures ? 1 : 0; in ether1_init_for_open()
/linux-4.4.14/tools/testing/ktest/examples/include/
Ddefaults.conf151 STORE_FAILURES = ${THIS_DIR}/failures
/linux-4.4.14/drivers/usb/image/
DKconfig25 Please report failures and successes.
/linux-4.4.14/Documentation/device-mapper/
Ddm-queue-length.txt16 <fail-count>: The number of path failures.
Ddm-service-time.txt30 <fail-count>: The number of path failures.
Dlog-writes.txt25 simulate the worst case scenario with regard to power failures. Consider the
Dthin-provisioning.txt300 If the pool encounters certain types of device failures it will
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_zilog.c318 int failures = 0; in add_to_buf() local
373 if (failures >= 3) { in add_to_buf()
394 ++failures; in add_to_buf()
1106 int failures = 0; in write() local
1179 if (failures >= 3) { in write()
1190 ++failures; in write()
/linux-4.4.14/Documentation/filesystems/
Dceph.txt13 * Fast recovery from node failures
37 and can tolerate arbitrary (well, non-Byzantine) node failures. The
Dlogfs.txt143 result in GC failures when, after moving some data, indirect blocks
Dcoda.txt1599 FS Driver at startup and upon shutdown or Venus failures. Before
/linux-4.4.14/Documentation/blockdev/
Dcciss.txt33 Detecting drive failures:
37 failures, you can use the cciss_vol_status program found here:
Dparide.txt343 transfers, or unexpected failures, you may wish to increase the
DREADME.DAC960338 operating normally and no failures have occurred, or "ALERT" if any logical
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-mtd193 The number of failures reported by this device's ECC. Typically,
194 these failures are associated with failed read operations.
/linux-4.4.14/drivers/scsi/aic7xxx/
DKconfig.aic79xx29 failures when many devices are attached to the system. For this reason,
DKconfig.aic7xxx34 failures when many devices are attached to the system. For this reason,
/linux-4.4.14/Documentation/dmaengine/
Ddmatest.txt89 dmatest: dma0chan0-copy0: summary 1 test, 0 failures 1000 iops 100000 KB/s (0)
/linux-4.4.14/Documentation/power/
Dfreezing-of-tasks.txt202 VI. Are there any precautions to be taken to prevent freezing failures?
214 that could lead to freezing failures, because if the suspend/hibernate code
225 mutex_[un]lock(&pm_mutex). That would prevent freezing failures.
Dbasic-pm-debugging.txt219 failures:
/linux-4.4.14/Documentation/
DSubmitChecklist82 failures. See Documentation/fault-injection/.
Dflexible-arrays.txt22 allocation failures should be relatively rare. The down sides are that the
Dmd-cluster.txt151 Device failures are handled and communicated with the metadata update
Dsysfs-rules.txt169 In general, failures to read or write sysfs device attributes shall
Dintel_txt.txt122 - Policy action is flexible and can include halting on failures
Dcpu-hotplug.txt240 last CPU, this will not be permitted. You can find such failures by
DDMA-API-HOWTO.txt558 returned address without checking for errors could result in failures ranging
DSubmittingPatches695 it may not be necessary to include _all_ of the compile failures; just
/linux-4.4.14/drivers/mtd/ubi/
Dwl.c1417 int failures = 0; local
1447 if (failures++ > WL_MAX_FAILURES) {
1459 failures = 0;
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt39 to which they are sent and, in case of failures, are eventually resent or dropped with an error.
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx_297 - Check pci dma mapping failures and complete the IO with some
Dscsi_eh.txt299 command failures (autosense). Autosense is recommended for
DChangeLog.lpfc1114 * Added scsi_buf safety pool to address scsi_buf failures in
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt148 were no locking failures, CPU-hotplug problems were detected.
/linux-4.4.14/Documentation/RCU/
Dtorture.txt119 values for stall_cpu might well induce failures and
321 were no RCU failures, CPU-hotplug problems were detected.
/linux-4.4.14/drivers/parisc/
DKconfig167 This includes NVRAM battery level, overtemp or failures such as
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt66 Transport drivers are responsible of detecting device failures and unplugging.
68 device failures. Once transport drivers detect unplug or failure events, they
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt38 ... test for odd failures ...
Deeh-pci-error-recovery.txt53 The vast majority of "true hardware failures" can be cured by
/linux-4.4.14/Documentation/networking/
D3c509.txt92 failures will occur - at the very least, you'll see massive numbers of packet
Dbonding.txt156 degradation will occur during link failures. Very few devices do not
522 inspected for link failures. A value of zero disables MII
2034 some fixed interval. In this case, miimon will detect failures, but
2036 miimon is very slow in detecting link failures, try specifying
2200 failures, then either the MII or ARP monitors should work. For
2208 end connectivity failures (which may be caused by the failure of any
2219 Its purpose is to propagate link failures from logically "exterior" ports
2663 only able to detect link failures between the ESM and the JS20 system.
2666 detect failures to the "external" port, which is then directly
2727 be unable to detect link failures, and will assume that all links are
Dnetdev-FAQ.txt208 "allmodconfig" build without new warnings or failures.
Dixgb.txt365 Memory allocation failures have been observed on Linux systems with 64 MB
/linux-4.4.14/Documentation/cpu-freq/
Dcpu-drivers.txt217 failures as core would send notifications for that.
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt106 configuration failures. For example, for a complex codec such as AAC,
/linux-4.4.14/Documentation/usb/
Dehci.txt134 Those hubs report some failures, such as disconnections, differently when
/linux-4.4.14/include/linux/
Dide.h548 unsigned int failures; /* current failure count */ member
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt762 All possible failures are handled internally. The caller should consider
779 All possible failures are handled internally. The cookie will only be marked
Dfscache.txt219 nal=N Number of object allocation failures
/linux-4.4.14/Documentation/kdump/
Dkdump.txt391 * The "irqpoll" boot parameter reduces driver initialization failures
/linux-4.4.14/lib/
DKconfig.debug1418 handling of notifier call chain failures.
1582 copy operations into compile time failures.
1602 inducing system failures at predefined crash points.
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt368 Note, however, not all failures are truly "permanent". Some are
/linux-4.4.14/mm/
DKconfig355 Enables code to recover from some memory failures on systems
/linux-4.4.14/Documentation/development-process/
D4.Coding278 fail; these failures can be restricted to a specific range of code.
/linux-4.4.14/Documentation/sysctl/
Dvm.txt231 of memory, values towards 1000 imply failures are due to fragmentation and -1
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES413 Do not flag user_xattr mount parm in dmesg. Retry failures setting file time
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS1324 and kernel failures when sound is used.