Home
last modified time | relevance | path

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

/Linux-v5.10/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()
372 static void virtscsi_handle_event(struct work_struct *work) in virtscsi_handle_event() function