Searched refs:ehandler (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dhosts.c318 if (shost->ehandler) scsi_host_dev_release()
319 kthread_stop(shost->ehandler); scsi_host_dev_release()
474 shost->ehandler = kthread_run(scsi_error_handler, shost, scsi_host_alloc()
476 if (IS_ERR(shost->ehandler)) { scsi_host_alloc()
479 PTR_ERR(shost->ehandler)); scsi_host_alloc()
495 kthread_stop(shost->ehandler); scsi_host_alloc()
H A Dscsi_error.c65 wake_up_process(shost->ehandler); scsi_eh_wakeup()
235 if (!shost->ehandler) scsi_eh_scmd_add()
2236 shost->ehandler = NULL; scsi_error_handler()
/linux-4.1.27/drivers/hsi/
H A Dhsi.c654 (*cl->ehandler)(cl, event); hsi_event_notifier_call()
676 if (!handler || cl->ehandler) hsi_register_port_event()
680 cl->ehandler = handler; hsi_register_port_event()
705 cl->ehandler = NULL; hsi_unregister_port_event()
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_scsi_host.c494 if (current != host->ehandler) sas_eh_abort_handler()
517 if (current != host->ehandler) sas_eh_device_reset_handler()
539 if (current != host->ehandler) sas_eh_bus_reset_handler()
/linux-4.1.27/include/linux/hsi/
H A Dhsi.h147 void (*ehandler)(struct hsi_client *, unsigned long); member in struct:hsi_client
/linux-4.1.27/include/scsi/
H A Dscsi_host.h565 struct task_struct * ehandler; /* Error recovery thread. */ member in struct:Scsi_Host
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c1991 const bool in_scsi_eh = !in_interrupt() && current == shost->ehandler; srp_queuecommand()

Completed in 540 milliseconds