Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dvirtio_scsi.c227 static void virtscsi_handle_event(struct work_struct *work);
236 INIT_WORK(&event_node->work, virtscsi_handle_event); in virtscsi_kick_event()
371 static void virtscsi_handle_event(struct work_struct *work) in virtscsi_handle_event() function