Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Dhosts.c331 if (shost->ehandler) in scsi_host_dev_release()
332 kthread_stop(shost->ehandler); in scsi_host_dev_release()
491 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
493 if (IS_ERR(shost->ehandler)) { in scsi_host_alloc()
496 PTR_ERR(shost->ehandler)); in scsi_host_alloc()
497 shost->ehandler = NULL; in scsi_host_alloc()
Dscsi_error.c72 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
262 WARN_ON_ONCE(!shost->ehandler); in scsi_eh_scmd_add()
2254 shost->ehandler = NULL; in scsi_error_handler()
/kernel/linux/linux-5.10/drivers/hsi/
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()
/kernel/linux/linux-5.10/include/linux/hsi/
Dhsi.h131 void (*ehandler)(struct hsi_client *, unsigned long); member
/kernel/linux/linux-5.10/include/scsi/
Dscsi_host.h544 struct task_struct * ehandler; /* Error recovery thread. */ member
/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_scsi_host.c500 if (current != host->ehandler) in sas_eh_device_reset_handler()
522 if (current != host->ehandler) in sas_eh_target_reset_handler()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0033_linux_drivers_soc_scsi_spi_tee_thermal.patch28 wake_up_process(shost->ehandler);
33 + wake_up_process(shost->ehandler);