Home
last modified time | relevance | path

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

/linux-6.15/virt/kvm/
H A Dkvm_main.c153 static void kvm_uevent_notify_change(unsigned int type, struct kvm *kvm);
1272 kvm_uevent_notify_change(KVM_EVENT_DESTROY_VM, kvm); in kvm_destroy_vm()
5422 kvm_uevent_notify_change(KVM_EVENT_CREATE_VM, kvm); in kvm_dev_ioctl_create_vm()
6187 static void kvm_uevent_notify_change(unsigned int type, struct kvm *kvm) in kvm_uevent_notify_change() function