Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhosts.c363 if (shost->ehandler) in scsi_host_dev_release()
364 kthread_stop(shost->ehandler); in scsi_host_dev_release()
531 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
533 if (IS_ERR(shost->ehandler)) { in scsi_host_alloc()
536 PTR_ERR(shost->ehandler)); in scsi_host_alloc()
537 shost->ehandler = NULL; in scsi_host_alloc()
H A Dscsi_error.c70 wake_up_process(shost->ehandler); in scsi_eh_wakeup()
333 WARN_ON_ONCE(!shost->ehandler); in scsi_eh_scmd_add()
2441 shost->ehandler = NULL; in scsi_error_handler()
/linux/include/scsi/
H A Dscsi_host.h579 struct task_struct * ehandler; /* Error recovery thread. */ member
/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c467 if (current != host->ehandler) in sas_eh_device_reset_handler()
490 if (current != host->ehandler) in sas_eh_target_reset_handler()