Home
last modified time | relevance | path

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

/virt/kvm/
A Dasync_pf.c54 bool first; in async_pf_execute() local
81 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() local
232 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()
A Dcoalesced_mmio.c64 (insert + 1) % KVM_COALESCED_MMIO_MAX == READ_ONCE(ring->first)) { in coalesced_mmio_write()

Completed in 6 milliseconds