Searched refs:pvclock_sc (Results 1 – 2 of 2) sorted by relevance
3027 write_seqcount_begin(&kvm->arch.pvclock_sc); in __kvm_start_pvclock_update()3044 write_seqcount_end(&ka->pvclock_sc); in kvm_end_pvclock_update()3120 seq = read_seqcount_begin(&ka->pvclock_sc); in get_kvmclock()3122 } while (read_seqcount_retry(&ka->pvclock_sc, seq)); in get_kvmclock()3200 seq = read_seqcount_begin(&ka->pvclock_sc); in kvm_guest_time_update()3206 } while (read_seqcount_retry(&ka->pvclock_sc, seq)); in kvm_guest_time_update()3334 seq = read_seqcount_begin(&ka->pvclock_sc); in kvm_get_wall_clock_epoch()3362 } while (read_seqcount_retry(&ka->pvclock_sc, seq)); in kvm_get_wall_clock_epoch()12748 seqcount_raw_spinlock_init(&kvm->arch.pvclock_sc, &kvm->arch.tsc_write_lock); in kvm_arch_init_vm()
1412 seqcount_raw_spinlock_t pvclock_sc; member