Home
last modified time | relevance | path

Searched refs:recovery_disabled (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/drivers/remoteproc/
Dremoteproc_sysfs.c18 return sysfs_emit(buf, "%s", rproc->recovery_disabled ? "disabled\n" : "enabled\n"); in recovery_show()
53 rproc->recovery_disabled = false; in recovery_store()
56 rproc->recovery_disabled = true; in recovery_store()
Dremoteproc_debugfs.c179 char *buf = rproc->recovery_disabled ? "disabled\n" : "enabled\n"; in rproc_recovery_read()
229 rproc->recovery_disabled = false; in rproc_recovery_write()
232 rproc->recovery_disabled = true; in rproc_recovery_write()
Dda8xx_remoteproc.c306 rproc->recovery_disabled = true; in da8xx_rproc_probe()
Dti_k3_dsp_remoteproc.c615 rproc->recovery_disabled = true; in k3_dsp_rproc_probe()
Dpru_rproc.c802 rproc->recovery_disabled = true; in pru_rproc_probe()
Dti_k3_r5_remoteproc.c1034 rproc->recovery_disabled = true; in k3_r5_cluster_rproc_init()
Dremoteproc_core.c1968 if (!rproc->recovery_disabled) in rproc_crash_handler_work()
/Linux-v5.15/drivers/md/
Draid1.h115 int recovery_disabled; member
Draid10.h21 int recovery_disabled; /* matches member
Draid1.c1640 conf->recovery_disabled = mddev->recovery_disabled; in raid1_error()
1759 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
1835 mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_disk()
2060 conf->recovery_disabled = in fix_sync_read_error()
2061 mddev->recovery_disabled; in fix_sync_read_error()
2827 conf->recovery_disabled = mddev->recovery_disabled; in raid1_sync_request()
3031 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
Draid10.c2098 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
2121 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
2161 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2523 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2524 = mddev->recovery_disabled; in fix_recovery_read_error()
3567 mirror->recovery_disabled in raid10_sync_request()
3568 = mddev->recovery_disabled; in raid10_sync_request()
4189 disk->recovery_disabled = mddev->recovery_disabled - 1; in raid10_run()
Draid5.h635 int recovery_disabled; member
Dmd.h391 int recovery_disabled; member
Draid5.c2888 conf->recovery_disabled = mddev->recovery_disabled; in raid5_error()
3706 conf->recovery_disabled = in handle_failed_sync()
3707 conf->mddev->recovery_disabled; in handle_failed_sync()
7251 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
7928 mddev->recovery_disabled != conf->recovery_disabled && in raid5_remove_disk()
7997 if (mddev->recovery_disabled == conf->recovery_disabled) in raid5_add_disk()
Dmd.c2469 mddev->recovery_disabled++; in bind_rdev_to_array()
/Linux-v5.15/include/linux/
Dremoteproc.h557 bool recovery_disabled; member