Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dvirtio_scsi.c226 static void virtscsi_handle_event(struct work_struct *work);
235 INIT_WORK(&event_node->work, virtscsi_handle_event); in virtscsi_kick_event()
370 static void virtscsi_handle_event(struct work_struct *work) in virtscsi_handle_event() function