Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dhosts.c331 if (shost->ehandler) in scsi_host_dev_release()
332 kthread_stop(shost->ehandler); in scsi_host_dev_release()
498 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
500 if (IS_ERR(shost->ehandler)) { in scsi_host_alloc()
503 PTR_ERR(shost->ehandler)); in scsi_host_alloc()
504 shost->ehandler = NULL; in scsi_host_alloc()
A Dscsi_error.c70 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
297 WARN_ON_ONCE(!shost->ehandler); in scsi_eh_scmd_add()
2296 shost->ehandler = NULL; in scsi_error_handler()
/linux/drivers/hsi/
A Dhsi_core.c648 (*cl->ehandler)(cl, event); in hsi_event_notifier_call()
670 if (!handler || cl->ehandler) in hsi_register_port_event()
674 cl->ehandler = handler; in hsi_register_port_event()
699 cl->ehandler = NULL; in hsi_unregister_port_event()
/linux/include/linux/hsi/
A Dhsi.h131 void (*ehandler)(struct hsi_client *, unsigned long); member
/linux/include/scsi/
A Dscsi_host.h556 struct task_struct * ehandler; /* Error recovery thread. */ member
/linux/drivers/scsi/libsas/
A Dsas_scsi_host.c501 if (current != host->ehandler) in sas_eh_device_reset_handler()
524 if (current != host->ehandler) in sas_eh_target_reset_handler()

Completed in 17 milliseconds