Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_priv.h115 extern void scsi_evt_thread(struct work_struct *work);
H A Dscsi_scan.c308 INIT_WORK(&sdev->event_work, scsi_evt_thread); in scsi_alloc_sdev()
H A Dscsi_lib.c2496 void scsi_evt_thread(struct work_struct *work) in scsi_evt_thread() function