Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhosts.c348 if (shost->ehandler) in scsi_host_dev_release()
349 kthread_stop(shost->ehandler); in scsi_host_dev_release()
510 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
512 if (IS_ERR(shost->ehandler)) { in scsi_host_alloc()
515 PTR_ERR(shost->ehandler)); in scsi_host_alloc()
516 shost->ehandler = NULL; in scsi_host_alloc()
H A Dscsi_error.c70 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
304 WARN_ON_ONCE(!shost->ehandler); in scsi_eh_scmd_add()
2362 shost->ehandler = NULL; in scsi_error_handler()
/linux/drivers/hsi/
H A 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/include/linux/hsi/
H A Dhsi.h131 void (*ehandler)(struct hsi_client *, unsigned long); member
/linux/include/scsi/
H A Dscsi_host.h562 struct task_struct * ehandler; /* Error recovery thread. */ member
/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c465 if (current != host->ehandler) in sas_eh_device_reset_handler()
488 if (current != host->ehandler) in sas_eh_target_reset_handler()