Home
last modified time | relevance | path

Searched refs:rds_ib_ring_empty_wait (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A Dib_ring.c64 DECLARE_WAIT_QUEUE_HEAD(rds_ib_ring_empty_wait); variable
123 waitqueue_active(&rds_ib_ring_empty_wait)) in rds_ib_ring_free()
124 wake_up(&rds_ib_ring_empty_wait); in rds_ib_ring_free()
H A Dib_frmr.c48 if (waitqueue_active(&rds_ib_ring_empty_wait)) in rds_transition_frwr_state()
49 wake_up(&rds_ib_ring_empty_wait); in rds_transition_frwr_state()
H A Dib_send.c232 waitqueue_active(&rds_ib_ring_empty_wait)) in rds_ib_sub_signaled()
233 wake_up(&rds_ib_ring_empty_wait); in rds_ib_sub_signaled()
H A Dib.h424 extern wait_queue_head_t rds_ib_ring_empty_wait;
H A Dib_cm.c1114 wait_event(rds_ib_ring_empty_wait, in rds_ib_conn_path_shutdown()
/kernel/linux/linux-6.6/net/rds/
H A Dib_ring.c64 DECLARE_WAIT_QUEUE_HEAD(rds_ib_ring_empty_wait); variable
123 waitqueue_active(&rds_ib_ring_empty_wait)) in rds_ib_ring_free()
124 wake_up(&rds_ib_ring_empty_wait); in rds_ib_ring_free()
H A Dib_frmr.c48 if (waitqueue_active(&rds_ib_ring_empty_wait)) in rds_transition_frwr_state()
49 wake_up(&rds_ib_ring_empty_wait); in rds_transition_frwr_state()
H A Dib_send.c232 waitqueue_active(&rds_ib_ring_empty_wait)) in rds_ib_sub_signaled()
233 wake_up(&rds_ib_ring_empty_wait); in rds_ib_sub_signaled()
H A Dib.h424 extern wait_queue_head_t rds_ib_ring_empty_wait;
H A Dib_cm.c1081 wait_event(rds_ib_ring_empty_wait, in rds_ib_conn_path_shutdown()

Completed in 13 milliseconds