Searched refs:rcuwait (Results 1 – 23 of 23) sorted by relevance
12 static inline void rcuwait_init(struct rcuwait *w) in rcuwait_init()21 static inline int rcuwait_active(struct rcuwait *w) in rcuwait_active()26 extern int rcuwait_wake_up(struct rcuwait *w);34 static inline void prepare_to_rcuwait(struct rcuwait *w) in prepare_to_rcuwait()39 extern void finish_rcuwait(struct rcuwait *w);
20 struct rcuwait irqwait;
467 struct rcuwait rcuwait; member
16 struct rcuwait writer;
260 struct rcuwait { struct
343 struct rcuwait wait;789 struct rcuwait mn_memslots_update_rcuwait;1701 static inline struct rcuwait *kvm_arch_vcpu_get_wait(struct kvm_vcpu *vcpu) in kvm_arch_vcpu_get_wait()
1014 struct rcuwait vma_writer_wait;
63 struct rcuwait mbox_wait;
1190 rcuwait_wait_event(&con->rcuwait, in nbcon_kthread_func()1232 static inline bool rcuwait_has_sleeper(struct rcuwait *w) in rcuwait_has_sleeper()1270 if (rcuwait_has_sleeper(&con->rcuwait)) in nbcon_kthreads_wake()1678 rcuwait_init(&con->rcuwait); in nbcon_alloc()
173 rcuwait_wake_up(&con->rcuwait); /* LMM(nbcon_kthread_wake:A) */ in nbcon_kthread_wake()
782 struct rcuwait wait;783 struct rcuwait *waitp;
82 struct rcuwait wait;
186 struct rcuwait requeue_wait;
450 void finish_rcuwait(struct rcuwait *w) in finish_rcuwait()
95 struct rcuwait cbs_wait;
674 struct rcuwait wait;
689 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_riscv_check_vcpu_requests()
308 int rcuwait_wake_up(struct rcuwait *w) in rcuwait_wake_up()
444 static struct rcuwait manager_wait = __RCUWAIT_INITIALIZER(manager_wait);
912 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_vcpu_sleep()
1223 struct rcuwait hotplug_wait;
230 struct rcuwait *waitp; in kvmppc_fast_vcpu_kick_hv()4871 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvmhv_run_single_vcpu()
3579 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_vcpu_block()