Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dhosts.c352 if (shost->ehandler) in scsi_host_dev_release()
353 kthread_stop(shost->ehandler); in scsi_host_dev_release()
506 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
508 if (IS_ERR(shost->ehandler)) { in scsi_host_alloc()
511 PTR_ERR(shost->ehandler)); in scsi_host_alloc()
512 shost->ehandler = NULL; in scsi_host_alloc()
A Dscsi_error.c70 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
303 WARN_ON_ONCE(!shost->ehandler); in scsi_eh_scmd_add()
2310 shost->ehandler = NULL; in scsi_error_handler()
/linux-6.3-rc2/drivers/hsi/
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-6.3-rc2/include/linux/hsi/
A Dhsi.h131 void (*ehandler)(struct hsi_client *, unsigned long); member
/linux-6.3-rc2/include/scsi/
A Dscsi_host.h553 struct task_struct * ehandler; /* Error recovery thread. */ member
/linux-6.3-rc2/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 14 milliseconds