Home
last modified time | relevance | path

Searched refs:rcuwait_wait_event (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Drcuwait.h76 #define rcuwait_wait_event(w, condition, state) \ macro
/linux/kernel/locking/
H A Dpercpu-rwsem.c253 rcuwait_wait_event(&sem->writer, readers_active_check(sem), TASK_UNINTERRUPTIBLE); in percpu_down_write()
/linux/kernel/
H A Dirq_work.c293 rcuwait_wait_event(&work->irqwait, !irq_work_is_busy(work), in irq_work_sync()
H A Dworkqueue.c4959 rcuwait_wait_event(&manager_wait, in put_unbound_pool()
/linux/kernel/futex/
H A Drequeue.c180 rcuwait_wait_event(&q->requeue_wait, in futex_requeue_pi_wakeup_sync()
/linux/kernel/printk/
H A Dnbcon.c1190 rcuwait_wait_event(&con->rcuwait, in nbcon_kthread_func()
/linux/arch/riscv/kvm/
H A Dvcpu.c687 rcuwait_wait_event(wait, in kvm_riscv_check_vcpu_requests()
/linux/kernel/rcu/
H A Dtasks.h610 rcuwait_wait_event(&rtp->cbs_wait, in rcu_tasks_one_gp()
/linux/kernel/sched/
H A Dcore.c8072 rcuwait_wait_event(&rq->hotplug_wait, in balance_hotplug_wait()
/linux/kernel/events/
H A Dcore.c5312 rcuwait_wait_event(&event->pending_work_wait, !event->pending_work, TASK_UNINTERRUPTIBLE); in perf_pending_task_sync()