Searched refs:ping_wait (Results 1 – 5 of 5) sorted by relevance
343 t = wait_event_timeout(connection->ping_wait, connection->cstate < C_WF_REPORT_PARAMS, t); in drbd_recv()5390 wake_up(&connection->ping_wait); in got_conn_RqSReply()5435 wake_up(&connection->ping_wait); in got_PingAck()5817 t = wait_event_timeout(connection->ping_wait, in drbd_ack_receiver()
1359 wake_up(&connection->ping_wait); in _drbd_set_state()2339 wait_event_lock_irq(connection->ping_wait, in _conn_request_state()
635 wait_queue_head_t ping_wait; /* Woken upon reception of a ping, and a state change */ member
849 wait_event(connection->ping_wait, in ping_peer()
2575 init_waitqueue_head(&connection->ping_wait); in conn_create()
Completed in 827 milliseconds