Home
last modified time | relevance | path

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

/linux-6.6.21/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.c702 rproc->recovery_disabled = true; in k3_dsp_rproc_probe()
Dpru_rproc.c1024 rproc->recovery_disabled = true; in pru_rproc_probe()
Dimx_rproc.c998 priv->rproc->recovery_disabled = false; in imx_rproc_detect_mode()
Dti_k3_r5_remoteproc.c1238 rproc->recovery_disabled = true; in k3_r5_cluster_rproc_init()
Dremoteproc_core.c1890 if (!rproc->recovery_disabled) in rproc_crash_handler_work()
/linux-6.6.21/drivers/md/
Draid1.h114 int recovery_disabled; member
Draid10.h21 int recovery_disabled; /* matches member
Draid1.c1659 conf->recovery_disabled = mddev->recovery_disabled; in raid1_error()
1778 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
1859 mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_disk()
2083 conf->recovery_disabled = in fix_sync_read_error()
2084 mddev->recovery_disabled; in fix_sync_read_error()
2849 conf->recovery_disabled = mddev->recovery_disabled; in raid1_sync_request()
3052 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
Draid10.c2174 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
2188 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
2242 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2602 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2603 = mddev->recovery_disabled; in fix_recovery_read_error()
3399 conf->mirrors[error_disk].recovery_disabled = in raid10_sync_request()
3400 mddev->recovery_disabled; in raid10_sync_request()
3654 mirror->recovery_disabled in raid10_sync_request()
3655 = mddev->recovery_disabled; in raid10_sync_request()
4274 disk->recovery_disabled = mddev->recovery_disabled - 1; in raid10_run()
Draid5.h647 int recovery_disabled; member
Dmd.h417 int recovery_disabled; member
Draid5.c2978 conf->recovery_disabled = mddev->recovery_disabled; in raid5_error()
3815 conf->recovery_disabled = in handle_failed_sync()
3816 conf->mddev->recovery_disabled; in handle_failed_sync()
7582 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
8268 mddev->recovery_disabled != conf->recovery_disabled && in raid5_remove_disk()
8342 if (mddev->recovery_disabled == conf->recovery_disabled) in raid5_add_disk()
Dmd.c2481 mddev->recovery_disabled++; in bind_rdev_to_array()
/linux-6.6.21/include/linux/
Dremoteproc.h573 bool recovery_disabled; member