Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A 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()
H A 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()
H A Dda8xx_remoteproc.c306 rproc->recovery_disabled = true; in da8xx_rproc_probe()
H A Dti_k3_dsp_remoteproc.c690 rproc->recovery_disabled = true; in k3_dsp_rproc_probe()
H A Dpru_rproc.c1024 rproc->recovery_disabled = true; in pru_rproc_probe()
H A Dimx_rproc.c943 priv->rproc->recovery_disabled = false; in imx_rproc_detect_mode()
H A Dti_k3_r5_remoteproc.c1271 rproc->recovery_disabled = true; in k3_r5_cluster_rproc_init()
H A Dremoteproc_core.c1891 if (!rproc->recovery_disabled) in rproc_crash_handler_work()
/linux/drivers/md/
H A Draid1.h115 int recovery_disabled; member
H A Draid10.h21 int recovery_disabled; /* matches member
H A Draid1.c1743 conf->recovery_disabled = mddev->recovery_disabled; in raid1_error()
1887 rdev->mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_conf()
1907 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
2186 conf->recovery_disabled = in fix_sync_read_error()
2187 mddev->recovery_disabled; in fix_sync_read_error()
2945 conf->recovery_disabled = mddev->recovery_disabled; in raid1_sync_request()
3142 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
H A Draid10.c2100 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
2113 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
2166 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2511 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2512 = mddev->recovery_disabled; in fix_recovery_read_error()
3247 conf->mirrors[error_disk].recovery_disabled = in raid10_sync_request()
3248 mddev->recovery_disabled; in raid10_sync_request()
3492 mirror->recovery_disabled in raid10_sync_request()
3493 = mddev->recovery_disabled; in raid10_sync_request()
4113 disk->recovery_disabled = mddev->recovery_disabled - 1; in raid10_run()
H A Draid5.h647 int recovery_disabled; member
H A Dmd.h417 int recovery_disabled; member
H A Draid5.c2935 conf->recovery_disabled = mddev->recovery_disabled; in raid5_error()
3770 conf->recovery_disabled = in handle_failed_sync()
3771 conf->mddev->recovery_disabled; in handle_failed_sync()
7493 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
8168 mddev->recovery_disabled != conf->recovery_disabled && in raid5_remove_disk()
8229 if (mddev->recovery_disabled == conf->recovery_disabled) in raid5_add_disk()
H A Dmd.c2570 mddev->recovery_disabled++; in bind_rdev_to_array()
/linux/include/linux/
H A Dremoteproc.h573 bool recovery_disabled; member