Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dkvm_host.h1439 struct delayed_work kvmclock_sync_work; member
/arch/x86/kvm/
A Dx86.c3448 kvmclock_sync_work); in kvmclock_sync_fn()
3452 schedule_delayed_work(&kvm->arch.kvmclock_sync_work, in kvmclock_sync_fn()
12344 schedule_delayed_work(&kvm->arch.kvmclock_sync_work, in kvm_arch_vcpu_postcreate()
12725 INIT_DELAYED_WORK(&kvm->arch.kvmclock_sync_work, kvmclock_sync_fn); in kvm_arch_init_vm()
12833 cancel_delayed_work_sync(&kvm->arch.kvmclock_sync_work); in kvm_arch_pre_destroy_vm()

Completed in 32 milliseconds