Home
last modified time | relevance | path

Searched refs:before_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_pci_sysfs.c641 int before_count; in edac_pci_do_parity_check() local
649 before_count = atomic_read(&pci_parity_count); in edac_pci_do_parity_check()
661 if (before_count != atomic_read(&pci_parity_count)) in edac_pci_do_parity_check()
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_pci_sysfs.c647 int before_count; in edac_pci_do_parity_check() local
655 before_count = atomic_read(&pci_parity_count); in edac_pci_do_parity_check()
667 if (before_count != atomic_read(&pci_parity_count)) in edac_pci_do_parity_check()
/kernel/linux/linux-6.6/arch/mips/kvm/
H A Demulate.c547 u32 now_count, before_count; in kvm_mips_restore_hrtimer() local
552 before_count = vcpu->arch.count_bias + in kvm_mips_restore_hrtimer()
562 drift = count - before_count; in kvm_mips_restore_hrtimer()
H A Dvz.c471 u32 cause, compare, before_count, end_count; in _kvm_vz_save_htimer() local
483 before_count = read_gc0_count(); in _kvm_vz_save_htimer()
499 * interrupt due between before_count and end_count. in _kvm_vz_save_htimer()
501 if (end_count - before_count > compare - before_count - 1) in _kvm_vz_save_htimer()
/kernel/linux/linux-5.10/arch/mips/kvm/
H A Dvz.c473 u32 cause, compare, before_count, end_count; in _kvm_vz_save_htimer() local
485 before_count = read_gc0_count(); in _kvm_vz_save_htimer()
501 * interrupt due between before_count and end_count. in _kvm_vz_save_htimer()
503 if (end_count - before_count > compare - before_count - 1) in _kvm_vz_save_htimer()
H A Demulate.c546 u32 now_count, before_count; in kvm_mips_restore_hrtimer() local
551 before_count = vcpu->arch.count_bias + in kvm_mips_restore_hrtimer()
561 drift = count - before_count; in kvm_mips_restore_hrtimer()

Completed in 23 milliseconds