Home
last modified time | relevance | path

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

/linux/include/cxl/
H A Dmailbox.h63 struct rcuwait mbox_wait;
/linux/include/linux/
H A Dirq_work.h20 struct rcuwait irqwait;
H A Dconsole.h467 struct rcuwait rcuwait; member
H A Dtypes.h264 struct rcuwait { struct
H A Dmmap_lock.h6 extern int rcuwait_wake_up(struct rcuwait *w);
H A Dkvm_host.h344 struct rcuwait wait;
790 struct rcuwait mn_memslots_update_rcuwait;
1694 static inline struct rcuwait *kvm_arch_vcpu_get_wait(struct kvm_vcpu *vcpu) in kvm_arch_vcpu_get_wait()
/linux/kernel/printk/
H A Dnbcon.c1209 rcuwait_wait_event(&con->rcuwait, in nbcon_kthread_func()
1251 static inline bool rcuwait_has_sleeper(struct rcuwait *w) in rcuwait_has_sleeper()
1289 if (rcuwait_has_sleeper(&con->rcuwait)) in nbcon_kthreads_wake()
1700 rcuwait_init(&con->rcuwait); in nbcon_alloc()
H A Dinternal.h173 rcuwait_wake_up(&con->rcuwait); /* LMM(nbcon_kthread_wake:A) */ in nbcon_kthread_wake()
/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/kernel/futex/
H A Dfutex.h207 struct rcuwait requeue_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.c315 int rcuwait_wake_up(struct rcuwait *w) in rcuwait_wake_up()
H A Dworkqueue.c444 static struct rcuwait manager_wait = __RCUWAIT_INITIALIZER(manager_wait);
/linux/arch/arm64/kvm/
H A Darm.c926 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_vcpu_sleep()
/linux/kernel/sched/
H A Dsched.h1217 struct rcuwait hotplug_wait;
/linux/virt/kvm/
H A Dkvm_main.c3641 struct rcuwait *wait = kvm_arch_vcpu_get_wait(vcpu); in kvm_vcpu_block()