Searched refs:rcuwait (Results 1 – 14 of 14) sorted by relevance
63 struct rcuwait mbox_wait;
471 struct rcuwait rcuwait; member
265 struct rcuwait { struct
6 extern int rcuwait_wake_up(struct rcuwait *w);
346 struct rcuwait wait;802 struct rcuwait mn_memslots_update_rcuwait;1712 static inline struct rcuwait *kvm_arch_vcpu_get_wait(struct kvm_vcpu *vcpu) in kvm_arch_vcpu_get_wait()
1227 rcuwait_wait_event(&con->rcuwait, in nbcon_kthread_func()1277 static inline bool rcuwait_has_sleeper(struct rcuwait *w) in rcuwait_has_sleeper()1322 if (rcuwait_has_sleeper(&con->rcuwait)) in nbcon_kthreads_wake()1767 rcuwait_init(&con->rcuwait); in nbcon_alloc()
131 rcuwait_wake_up(&con->rcuwait); /* LMM(nbcon_kthread_wake:A) */ in nbcon_kthread_wake()
450 void finish_rcuwait(struct rcuwait *w) in finish_rcuwait()
694 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_riscv_check_vcpu_requests()
314 int rcuwait_wake_up(struct rcuwait *w) in rcuwait_wake_up()
446 static struct rcuwait manager_wait = __RCUWAIT_INITIALIZER(manager_wait);
936 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_vcpu_sleep()
1247 struct rcuwait hotplug_wait;
3667 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_vcpu_block()