Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dhosts.c325 if (shost->ehandler) in scsi_host_dev_release()
326 kthread_stop(shost->ehandler); in scsi_host_dev_release()
483 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
485 if (IS_ERR(shost->ehandler)) { in scsi_host_alloc()
488 PTR_ERR(shost->ehandler)); in scsi_host_alloc()
504 kthread_stop(shost->ehandler); in scsi_host_alloc()
Dscsi_error.c72 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
262 WARN_ON_ONCE(!shost->ehandler); in scsi_eh_scmd_add()
2262 shost->ehandler = NULL; in scsi_error_handler()
/Linux-v5.10/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.10/include/linux/hsi/
Dhsi.h131 void (*ehandler)(struct hsi_client *, unsigned long); member
/Linux-v5.10/include/scsi/
Dscsi_host.h544 struct task_struct * ehandler; /* Error recovery thread. */ member
/Linux-v5.10/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()