Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_sysfs.c19 return sprintf(buf, "%s", rproc->recovery_disabled ? "disabled\n" : "enabled\n"); in recovery_show()
54 rproc->recovery_disabled = false; in recovery_store()
58 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.c615 rproc->recovery_disabled = true; in k3_dsp_rproc_probe()
H A Dti_k3_r5_remoteproc.c889 rproc->recovery_disabled = true; in k3_r5_cluster_rproc_init()
H A Dremoteproc_core.c1766 if (!rproc->recovery_disabled) in rproc_crash_handler_work()
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1.h115 int recovery_disabled; member
H A Draid10.h21 int recovery_disabled; /* matches member
H A Draid1.c1615 conf->recovery_disabled = mddev->recovery_disabled; in raid1_error()
1734 if (mddev->recovery_disabled == conf->recovery_disabled) in raid1_add_disk()
1810 mddev->recovery_disabled != conf->recovery_disabled && in raid1_remove_disk()
2035 conf->recovery_disabled = in fix_sync_read_error()
2036 mddev->recovery_disabled; in fix_sync_read_error()
2802 conf->recovery_disabled = mddev->recovery_disabled; in raid1_sync_request()
3006 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
H A Draid10.c1768 if (p->recovery_disabled == mddev->recovery_disabled) in raid10_add_disk()
1791 p->recovery_disabled = mddev->recovery_disabled - 1; in raid10_add_disk()
1834 mddev->recovery_disabled != p->recovery_disabled && in raid10_remove_disk()
2196 conf->mirrors[dw].recovery_disabled in fix_recovery_read_error()
2197 = mddev->recovery_disabled; in fix_recovery_read_error()
3240 mirror->recovery_disabled in raid10_sync_request()
3241 = mddev->recovery_disabled; in raid10_sync_request()
3862 disk->recovery_disabled = mddev->recovery_disabled - 1; in raid10_run()
H A Draid5.h635 int recovery_disabled; member
H A Dmd.h391 int recovery_disabled; member
H A Draid5.c2890 conf->recovery_disabled = mddev->recovery_disabled; in raid5_error()
3703 conf->recovery_disabled = in handle_failed_sync()
3704 conf->mddev->recovery_disabled; in handle_failed_sync()
7256 conf->recovery_disabled = mddev->recovery_disabled - 1; in setup_conf()
7933 mddev->recovery_disabled != conf->recovery_disabled && in raid5_remove_disk()
8002 if (mddev->recovery_disabled == conf->recovery_disabled) in raid5_add_disk()
H A Dmd.c2491 mddev->recovery_disabled++; in bind_rdev_to_array()
/OK3568_Linux_fs/kernel/include/linux/
H A Dremoteproc.h544 bool recovery_disabled; member