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

/linux-master/kernel/rcu/
H A Drcuscale.c726 wait_event_idle(shutdown_wq,
941 wait_event_idle(shutdown_wq, atomic_read(&n_rcu_scale_writer_finished) >= nrealwriters);
H A Drefscale.c1066 wait_event_idle(shutdown_wq, shutdown_start);
/linux-master/drivers/net/mctp/
H A Dmctp-i3c.c442 wait_event_idle(mbus->tx_wq,
H A Dmctp-i2c.c590 wait_event_idle(midev->tx_wq,
/linux-master/include/linux/
H A Dwait.h657 * wait_event_idle - wait for a condition without contributing to system load
669 #define wait_event_idle(wq_head, condition) \ macro
/linux-master/mm/kfence/
H A Dcore.c828 wait_event_idle(allocation_wait, atomic_read(&kfence_allocation_gate));

Completed in 223 milliseconds