Home
last modified time | relevance | path

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

/openbmc/linux/virt/kvm/
H A Dkvm_main.c118 static struct file_operations kvm_chardev_ops; variable
1161 __module_get(kvm_chardev_ops.owner); in kvm_create_vm()
1282 module_put(kvm_chardev_ops.owner); in kvm_create_vm()
1351 module_put(kvm_chardev_ops.owner); in kvm_destroy_vm()
5160 static struct file_operations kvm_chardev_ops = { variable
5169 &kvm_chardev_ops,
6099 kvm_chardev_ops.owner = module; in kvm_init()