Home
last modified time | relevance | path

Searched refs:wait_event_idle (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/kernel/rcu/
H A Drcuscale.c836 wait_event_idle(shutdown_wq, in kfree_scale_shutdown()
1075 wait_event_idle(shutdown_wq, atomic_read(&n_rcu_scale_writer_finished) >= nrealwriters); in rcu_scale_shutdown()
H A Drefscale.c1181 wait_event_idle(shutdown_wq, shutdown_start); in ref_scale_shutdown()
/linux-6.15/drivers/net/mctp/
H A Dmctp-i3c.c446 wait_event_idle(mbus->tx_wq, in mctp_i3c_tx_thread()
H A Dmctp-i2c.c638 wait_event_idle(midev->tx_wq, in mctp_i2c_tx_thread()
/linux-6.15/include/linux/
H A Dwait.h673 #define wait_event_idle(wq_head, condition) \ macro
/linux-6.15/mm/kfence/
H A Dcore.c852 wait_event_idle(allocation_wait, atomic_read(&kfence_allocation_gate) > 0); in toggle_allocation_gate()