Lines Matching defs:wait
2741 rcuwait_init(&vcore->wait);
3142 * a stray interrupt), wait for it to get back to nap mode.
3963 /* wait for secondary threads to finish writing their state to memory */
4250 DEFINE_WAIT(wait);
4252 prepare_to_wait(&vcpu->arch.cpu_run, &wait, wait_state);
4258 finish_wait(&vcpu->arch.cpu_run, &wait);
4328 * All the vcpus in this vcore are idle, so wait for a decrementer
4365 prepare_to_rcuwait(&vc->wait);
4368 finish_rcuwait(&vc->wait);
4382 finish_rcuwait(&vc->wait);
4393 /* Attribute wait time */
4504 rcuwait_wake_up(&vc->wait);
4597 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu);
4761 prepare_to_rcuwait(wait);
4778 finish_rcuwait(wait);
4870 vcpu->arch.waitp = &vcpu->arch.vcore->wait;