Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kvm/
Dkvm-s390.c2958 raw_write_seqcount_begin(&vcpu->arch.cputm_seqcount); in __start_cpu_timer_accounting()
2960 raw_write_seqcount_end(&vcpu->arch.cputm_seqcount); in __start_cpu_timer_accounting()
2967 raw_write_seqcount_begin(&vcpu->arch.cputm_seqcount); in __stop_cpu_timer_accounting()
2970 raw_write_seqcount_end(&vcpu->arch.cputm_seqcount); in __stop_cpu_timer_accounting()
3007 raw_write_seqcount_begin(&vcpu->arch.cputm_seqcount); in kvm_s390_set_cpu_timer()
3011 raw_write_seqcount_end(&vcpu->arch.cputm_seqcount); in kvm_s390_set_cpu_timer()
3026 seq = raw_read_seqcount(&vcpu->arch.cputm_seqcount); in kvm_s390_get_cpu_timer()
3036 } while (read_seqcount_retry(&vcpu->arch.cputm_seqcount, seq & ~1)); in kvm_s390_get_cpu_timer()
3262 seqcount_init(&vcpu->arch.cputm_seqcount); in kvm_arch_vcpu_create()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dkvm_host.h744 seqcount_t cputm_seqcount; member