Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dvirtio_scsi.c228 static void virtscsi_handle_event(struct work_struct *work);
237 INIT_WORK(&event_node->work, virtscsi_handle_event); in virtscsi_kick_event()
359 static void virtscsi_handle_event(struct work_struct *work) in virtscsi_handle_event() function