Home
last modified time | relevance | path

Searched defs:mtty_migration_file (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/samples/vfio-mdev/
Dmtty.c143 struct mtty_migration_file { struct
144 struct file *filp;
145 struct mutex lock;
146 struct mdev_state *mdev_state;
147 struct mtty_data data;
171 struct mtty_migration_file *saving_migf; argument