Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dhosts.c297 if (shost->ehandler) in scsi_host_dev_release()
298 kthread_stop(shost->ehandler); in scsi_host_dev_release()
431 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
433 if (IS_ERR(shost->ehandler)) { in scsi_host_alloc()
435 shost->host_no, PTR_ERR(shost->ehandler)); in scsi_host_alloc()
Dscsi_error.c63 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
105 if (!shost->ehandler) in scsi_eh_scmd_add()
1882 shost->ehandler = NULL; in scsi_error_handler()
/linux-3.4.99/drivers/hsi/
Dhsi.c415 (*cl->ehandler)(cl, event); in hsi_event_notifier_call()
437 if (!handler || cl->ehandler) in hsi_register_port_event()
441 cl->ehandler = handler; in hsi_register_port_event()
466 cl->ehandler = NULL; in hsi_unregister_port_event()
/linux-3.4.99/include/linux/hsi/
Dhsi.h133 void (*ehandler)(struct hsi_client *, unsigned long); member
/linux-3.4.99/include/scsi/
Dscsi_host.h576 struct task_struct * ehandler; /* Error recovery thread. */ member