Home
last modified time | relevance | path

Searched refs:scsi_evt_thread (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dscsi_scan.c215 extern void scsi_evt_thread(struct work_struct *work); in scsi_alloc_sdev()
238 INIT_WORK(&sdev->event_work, scsi_evt_thread); in scsi_alloc_sdev()
Dscsi_lib.c2730 void scsi_evt_thread(struct work_struct *work) in scsi_evt_thread() function