Searched refs:failures (Results 1 – 14 of 14) sorted by relevance
/drivers/md/ |
D | dm-raid1.c | 60 struct bio_list failures; member 546 if (!ms->failures.head) in write_callback() 548 bio_list_add(&ms->failures, bio); in write_callback() 635 bio_list_merge(&ms->failures, &sync); in do_writes() 651 static void do_failures(struct mirror_set *ms, struct bio_list *failures) in do_failures() argument 655 if (!failures->head) in do_failures() 659 while ((bio = bio_list_pop(failures))) { in do_failures() 684 while ((bio = bio_list_pop(failures))) in do_failures() 690 while ((bio = bio_list_pop(failures))) in do_failures() 696 bio_list_merge(&ms->failures, failures); in do_failures() [all …]
|
D | Kconfig | 21 disk failures. This is called "Software RAID" since the combining of
|
/drivers/mtd/ubi/ |
D | Kconfig.debug | 45 bool "Emulate flash write failures" 49 This option emulates write failures with probability 1/100. Useful for 53 bool "Emulate flash erase failures" 57 This option emulates erase failures with probability 1/100. Useful for
|
D | wl.c | 1292 int failures = 0; in ubi_thread() local 1322 if (failures++ > WL_MAX_FAILURES) { in ubi_thread() 1334 failures = 0; in ubi_thread()
|
/drivers/ide/ |
D | ide-disk_proc.c | 112 ide_devset_rw_field(failures, failures); 122 IDE_PROC_DEVSET(failures, 0, 65535),
|
D | ide-iops.c | 550 if (drive->max_failures && (drive->failures > drive->max_failures)) { in ide_wait_stat() 984 drive->failures++; in reset_pollfunc() 991 drive->failures = 0; in reset_pollfunc() 994 drive->failures++; in reset_pollfunc()
|
D | ide-io.c | 588 if (drive->max_failures && (drive->failures > drive->max_failures)) { in start_request()
|
/drivers/net/arm/ |
D | ether1.c | 451 int failures = 0; in ether1_init_for_open() local 541 failures += 1; in ether1_init_for_open() 558 failures += 1; in ether1_init_for_open() 575 failures += 1; in ether1_init_for_open() 608 if (failures) in ether1_init_for_open() 610 return failures ? 1 : 0; in ether1_init_for_open()
|
/drivers/usb/image/ |
D | Kconfig | 27 Please report failures and successes.
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 29 failures when many devices are attached to the system. For this reason,
|
D | Kconfig.aic7xxx | 34 failures when many devices are attached to the system. For this reason,
|
/drivers/net/ |
D | 3c527.c | 325 static char *failures[]={ in mc32_probe1() local 466 printk(KERN_ERR "%s: %s%s.\n", dev->name, failures[base-1], in mc32_probe1()
|
/drivers/parisc/ |
D | Kconfig | 173 This includes NVRAM battery level, overtemp or failures such as
|
/drivers/parport/ |
D | ChangeLog | 420 change_mode failures.
|