kvmclock_sync_work  910 arch/x86/include/asm/kvm_host.h 	struct delayed_work kvmclock_sync_work;
kvmclock_sync_work 2505 arch/x86/kvm/x86.c 					   kvmclock_sync_work);
kvmclock_sync_work 2512 arch/x86/kvm/x86.c 	schedule_delayed_work(&kvm->arch.kvmclock_sync_work,
kvmclock_sync_work 9203 arch/x86/kvm/x86.c 	schedule_delayed_work(&kvm->arch.kvmclock_sync_work,
kvmclock_sync_work 9571 arch/x86/kvm/x86.c 	INIT_DELAYED_WORK(&kvm->arch.kvmclock_sync_work, kvmclock_sync_fn);
kvmclock_sync_work 9617 arch/x86/kvm/x86.c 	cancel_delayed_work_sync(&kvm->arch.kvmclock_sync_work);