Searched refs:pvclock_sc (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c3055 write_seqcount_begin(&kvm->arch.pvclock_sc);
3072 write_seqcount_end(&ka->pvclock_sc);
3106 /* Called within read_seqcount_begin/retry for kvm->pvclock_sc. */
3148 seq = read_seqcount_begin(&ka->pvclock_sc);
3150 } while (read_seqcount_retry(&ka->pvclock_sc, seq));
3244 seq = read_seqcount_begin(&ka->pvclock_sc);
3250 } while (read_seqcount_retry(&ka->pvclock_sc, seq));
3356 seq = read_seqcount_begin(&ka->pvclock_sc);
3384 } while (read_seqcount_retry(&ka->pvclock_sc, seq));
12625 seqcount_raw_spinlock_init(&kvm->arch.pvclock_sc,
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1368 seqcount_raw_spinlock_t pvclock_sc; member in struct:kvm_arch

Completed in 210 milliseconds