Searched refs:pcount (Results 1 – 2 of 2) sorted by relevance
232 int rc = 0, gisc, npages, pcount = 0; in kvm_s390_pci_aif_enable() local259 pcount++; in kvm_s390_pci_aif_enable()275 pcount++; in kvm_s390_pci_aif_enable()279 if (account_mem(pcount)) in kvm_s390_pci_aif_enable()341 int rc, pcount = 0; in kvm_s390_pci_aif_disable() local389 pcount++; in kvm_s390_pci_aif_disable()393 pcount++; in kvm_s390_pci_aif_disable()395 if (pcount > 0) in kvm_s390_pci_aif_disable()396 unaccount_mem(pcount); in kvm_s390_pci_aif_disable()
753 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count() argument755 *pcount = stimer->count; in stimer_get_count()
Completed in 14 milliseconds