Lines Matching defs:wait
237 * We need to wait for the VCPU to reenable interrupts and get out of
253 static inline bool kvm_kick_many_cpus(struct cpumask *cpus, bool wait)
258 smp_call_function_many(cpus, ack_kick, NULL, wait);
279 * after this point is also OK, as the requirement is only that KVM wait
492 rcuwait_init(&vcpu->wait);
857 * There can only be one waiter, since the wait happens under
2685 * @async: whether this function need to wait IO complete if the
3481 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu);
3488 prepare_to_rcuwait(wait);
3502 finish_rcuwait(wait);
3553 * polling is enabled, busy wait for a short time before blocking to avoid the
3599 * after of the halt-polling loop itself, but before the full wait.