Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_receiver.c530 t = wait_event_timeout(connection->ping_wait, connection->cstate < C_WF_REPORT_PARAMS, t); in drbd_recv()
5635 wake_up(&connection->ping_wait); in got_conn_RqSReply()
5680 wake_up(&connection->ping_wait); in got_PingAck()
6062 t = wait_event_timeout(connection->ping_wait, in drbd_ack_receiver()
H A Ddrbd_state.c1357 wake_up(&connection->ping_wait); in _drbd_set_state()
2330 wait_event_lock_irq(connection->ping_wait, in _conn_request_state()
H A Ddrbd_worker.c850 wait_event(connection->ping_wait, in ping_peer()
H A Ddrbd_int.h632 GOT_PING_ACK, /* set when we receive a ping_ack packet, ping_wait gets woken */
703 wait_queue_head_t ping_wait; /* Woken upon reception of a ping, and a state change */ member
H A Ddrbd_main.c2649 init_waitqueue_head(&connection->ping_wait); in conn_create()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_receiver.c531 t = wait_event_timeout(connection->ping_wait, connection->cstate < C_WF_REPORT_PARAMS, t); in drbd_recv()
5584 wake_up(&connection->ping_wait); in got_conn_RqSReply()
5629 wake_up(&connection->ping_wait); in got_PingAck()
6013 t = wait_event_timeout(connection->ping_wait, in drbd_ack_receiver()
H A Ddrbd_state.c1359 wake_up(&connection->ping_wait); in _drbd_set_state()
2335 wait_event_lock_irq(connection->ping_wait, in _conn_request_state()
H A Ddrbd_int.h565 GOT_PING_ACK, /* set when we receive a ping_ack packet, ping_wait gets woken */
633 wait_queue_head_t ping_wait; /* Woken upon reception of a ping, and a state change */ member
H A Ddrbd_worker.c848 wait_event(connection->ping_wait, in ping_peer()
H A Ddrbd_main.c2613 init_waitqueue_head(&connection->ping_wait); in conn_create()

Completed in 68 milliseconds