Home
last modified time | relevance | path

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

/linux-6.1.9/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.c802 rproc->recovery_disabled = true; in pru_rproc_probe()
Dti_k3_r5_remoteproc.c1234 rproc->recovery_disabled = true; in k3_r5_cluster_rproc_init()
Dremoteproc_core.c1889 if (!rproc->recovery_disabled) in rproc_crash_handler_work()
/linux-6.1.9/drivers/md/
Draid1.h114 int recovery_disabled; member
Draid10.h21 int recovery_disabled; /* matches member
Draid1.c1671 conf->recovery_disabled = mddev->recovery_disabled; in raid1_error()
1790 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
1864 mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_disk()
2088 conf->recovery_disabled = in fix_sync_read_error()
2089 mddev->recovery_disabled; in fix_sync_read_error()
2852 conf->recovery_disabled = mddev->recovery_disabled; in raid1_sync_request()
3055 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
Draid5.h647 int recovery_disabled; member
Draid10.c2169 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
2192 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
2233 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2593 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2594 = mddev->recovery_disabled; in fix_recovery_read_error()
3629 mirror->recovery_disabled in raid10_sync_request()
3630 = mddev->recovery_disabled; in raid10_sync_request()
4236 disk->recovery_disabled = mddev->recovery_disabled - 1; in raid10_run()
Dmd.h416 int recovery_disabled; member
Draid5.c2971 conf->recovery_disabled = mddev->recovery_disabled; in raid5_error()
3808 conf->recovery_disabled = in handle_failed_sync()
3809 conf->mddev->recovery_disabled; in handle_failed_sync()
7522 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
8229 mddev->recovery_disabled != conf->recovery_disabled && in raid5_remove_disk()
8303 if (mddev->recovery_disabled == conf->recovery_disabled) in raid5_add_disk()
Dmd.c2444 mddev->recovery_disabled++; in bind_rdev_to_array()
/linux-6.1.9/include/linux/
Dremoteproc.h573 bool recovery_disabled; member