Home
last modified time | relevance | path

Searched refs:rcuwait (Results 1 – 24 of 24) sorted by relevance

/linux/include/linux/
H A Drcuwait.h12 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);
H A Dirq_work_types.h11 struct rcuwait irqwait;
H A Dconsole.h471 struct rcuwait rcuwait; member
H A Dpercpu-rwsem.h16 struct rcuwait writer;
H A Dtypes.h269 struct rcuwait { struct
H A Dmmap_lock.h6 extern int rcuwait_wake_up(struct rcuwait *w);
H A Dkvm_host.h344 struct rcuwait wait;
802 struct rcuwait mn_memslots_update_rcuwait;
1718 static inline struct rcuwait *kvm_arch_vcpu_get_wait(struct kvm_vcpu *vcpu) in kvm_arch_vcpu_get_wait()
H A Dmm_types.h1204 struct rcuwait vma_writer_wait;
/linux/include/cxl/
H A Dmailbox.h63 struct rcuwait mbox_wait;
/linux/kernel/printk/
H A Dnbcon.c1243 rcuwait_wait_event(&con->rcuwait, in nbcon_kthread_func()
1293 static inline bool rcuwait_has_sleeper(struct rcuwait *w) in rcuwait_has_sleeper()
1338 if (rcuwait_has_sleeper(&con->rcuwait)) in nbcon_kthreads_wake()
1784 rcuwait_init(&con->rcuwait); in nbcon_alloc()
H A Dinternal.h131 rcuwait_wake_up(&con->rcuwait); /* LMM(nbcon_kthread_wake:A) */ in nbcon_kthread_wake()
/linux/arch/powerpc/include/asm/
H A Dkvm_host.h782 struct rcuwait wait;
783 struct rcuwait *waitp;
H A Dkvm_book3s.h82 struct rcuwait wait;
/linux/kernel/futex/
H A Dfutex.h207 struct rcuwait requeue_wait;
/linux/kernel/rcu/
H A Dupdate.c450 void finish_rcuwait(struct rcuwait *w) in finish_rcuwait()
H A Dtasks.h95 struct rcuwait cbs_wait;
/linux/arch/powerpc/platforms/ps3/
H A Ddevice-init.c675 struct rcuwait wait;
/linux/arch/riscv/kvm/
H A Dvcpu.c694 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_riscv_check_vcpu_requests()
/linux/kernel/
H A Dexit.c314 int rcuwait_wake_up(struct rcuwait *w) in rcuwait_wake_up()
H A Dworkqueue.c449 static struct rcuwait manager_wait = __RCUWAIT_INITIALIZER(manager_wait);
/linux/arch/arm64/kvm/
H A Darm.c982 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_vcpu_sleep()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c230 struct rcuwait *waitp; in kvmppc_fast_vcpu_kick_hv()
4871 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvmhv_run_single_vcpu()
/linux/kernel/sched/
H A Dsched.h1269 struct rcuwait hotplug_wait;
/linux/virt/kvm/
H A Dkvm_main.c3651 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_vcpu_block()