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(cpumask_var_t tmp, bool wait)
265 smp_call_function_many(cpus, ack_flush, NULL, wait);
294 * after this point is also OK, as the requirement is only that KVM wait
459 rcuwait_init(&vcpu->wait);
881 * is in MODULE_STATE_GOING (e.g. if someone ran "rmmod --wait").
2046 * @async: whether this function need to wait IO complete if the
2920 prepare_to_rcuwait(&vcpu->wait);
2930 finish_rcuwait(&vcpu->wait);
3118 if (rcuwait_active(&vcpu->wait) &&