Home
last modified time | relevance | path

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

/openbmc/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.c702 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.c1015 priv->rproc->recovery_disabled = false; in imx_rproc_detect_mode()
H A Dti_k3_r5_remoteproc.c1248 rproc->recovery_disabled = true; in k3_r5_cluster_rproc_init()
H A Dremoteproc_core.c1890 if (!rproc->recovery_disabled) in rproc_crash_handler_work()
/openbmc/linux/drivers/md/
H A Draid1.h114 int recovery_disabled; member
H A Draid10.h21 int recovery_disabled; /* matches member
H A Draid1.c1641 conf->recovery_disabled = mddev->recovery_disabled; in raid1_error()
1760 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
1841 mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_disk()
2065 conf->recovery_disabled = in fix_sync_read_error()
2066 mddev->recovery_disabled; in fix_sync_read_error()
2826 conf->recovery_disabled = mddev->recovery_disabled; in raid1_sync_request()
3029 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
H A Draid10.c2157 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
2171 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
2225 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2585 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2586 = mddev->recovery_disabled; in fix_recovery_read_error()
3377 conf->mirrors[error_disk].recovery_disabled = in raid10_sync_request()
3378 mddev->recovery_disabled; in raid10_sync_request()
3632 mirror->recovery_disabled in raid10_sync_request()
3633 = mddev->recovery_disabled; in raid10_sync_request()
4252 disk->recovery_disabled = mddev->recovery_disabled - 1; in raid10_run()
H A Draid5.h643 int recovery_disabled; member
H A Dmd.h417 int recovery_disabled; member
H A Draid5.c2973 conf->recovery_disabled = mddev->recovery_disabled; in raid5_error()
3779 conf->recovery_disabled = in handle_failed_sync()
3780 conf->mddev->recovery_disabled; in handle_failed_sync()
7598 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
8284 mddev->recovery_disabled != conf->recovery_disabled && in raid5_remove_disk()
8358 if (mddev->recovery_disabled == conf->recovery_disabled) in raid5_add_disk()
H A Dmd.c2492 mddev->recovery_disabled++; in bind_rdev_to_array()
/openbmc/linux/include/linux/
H A Dremoteproc.h573 bool recovery_disabled; member