Home
last modified time | relevance | path

Searched refs:ehandler (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/
Dhosts.c322 if (shost->ehandler) in scsi_host_dev_release()
323 kthread_stop(shost->ehandler); in scsi_host_dev_release()
479 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
481 if (IS_ERR(shost->ehandler)) { in scsi_host_alloc()
484 PTR_ERR(shost->ehandler)); in scsi_host_alloc()
500 kthread_stop(shost->ehandler); in scsi_host_alloc()
Dscsi_error.c72 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
254 WARN_ON_ONCE(!shost->ehandler); in scsi_eh_scmd_add()
2247 shost->ehandler = NULL; in scsi_error_handler()
/Linux-v5.4/drivers/hsi/
Dhsi_core.c649 (*cl->ehandler)(cl, event); in hsi_event_notifier_call()
671 if (!handler || cl->ehandler) in hsi_register_port_event()
675 cl->ehandler = handler; in hsi_register_port_event()
700 cl->ehandler = NULL; in hsi_unregister_port_event()
/Linux-v5.4/include/linux/hsi/
Dhsi.h131 void (*ehandler)(struct hsi_client *, unsigned long); member
/Linux-v5.4/include/scsi/
Dscsi_host.h544 struct task_struct * ehandler; /* Error recovery thread. */ member
/Linux-v5.4/drivers/scsi/libsas/
Dsas_scsi_host.c500 if (current != host->ehandler) in sas_eh_device_reset_handler()
522 if (current != host->ehandler) in sas_eh_target_reset_handler()