Searched refs:first (Results 1 – 2 of 2) sorted by relevance
54 bool first; in async_pf_execute() local81 first = list_empty(&vcpu->async_pf.done); in async_pf_execute()91 if (!IS_ENABLED(CONFIG_KVM_ASYNC_PF_SYNC) && first) in async_pf_execute()219 bool first; in kvm_async_pf_wakeup_all() local232 first = list_empty(&vcpu->async_pf.done); in kvm_async_pf_wakeup_all()236 if (!IS_ENABLED(CONFIG_KVM_ASYNC_PF_SYNC) && first) in kvm_async_pf_wakeup_all()
64 (insert + 1) % KVM_COALESCED_MMIO_MAX == READ_ONCE(ring->first)) { in coalesced_mmio_write()
Completed in 6 milliseconds