Searched refs:wait_event_idle (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | rcuscale.c | 598 wait_event_idle(shutdown_wq, in kfree_scale_shutdown() 748 wait_event_idle(shutdown_wq, atomic_read(&n_rcu_scale_writer_finished) >= nrealwriters); in rcu_scale_shutdown()
|
H A D | refscale.c | 628 wait_event_idle(shutdown_wq, shutdown_start); in ref_scale_shutdown()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | rcuscale.c | 726 wait_event_idle(shutdown_wq, in kfree_scale_shutdown() 941 wait_event_idle(shutdown_wq, atomic_read(&n_rcu_scale_writer_finished) >= nrealwriters); in rcu_scale_shutdown()
|
H A D | refscale.c | 1066 wait_event_idle(shutdown_wq, shutdown_start); in ref_scale_shutdown()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | wait.h | 648 * wait_event_idle - wait for a condition without contributing to system load 660 #define wait_event_idle(wq_head, condition) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | wait.h | 661 * wait_event_idle - wait for a condition without contributing to system load 673 #define wait_event_idle(wq_head, condition) \ macro
|
/kernel/linux/linux-6.6/drivers/net/mctp/ |
H A D | mctp-i2c.c | 590 wait_event_idle(midev->tx_wq, in mctp_i2c_tx_thread()
|
/kernel/linux/linux-6.6/mm/kfence/ |
H A D | core.c | 832 wait_event_idle(allocation_wait, atomic_read(&kfence_allocation_gate)); in toggle_allocation_gate()
|
Completed in 11 milliseconds