Searched refs:ping_wait (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_receiver.c | 530 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 D | drbd_state.c | 1357 wake_up(&connection->ping_wait); in _drbd_set_state() 2330 wait_event_lock_irq(connection->ping_wait, in _conn_request_state()
|
H A D | drbd_worker.c | 850 wait_event(connection->ping_wait, in ping_peer()
|
H A D | drbd_int.h | 632 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 D | drbd_main.c | 2649 init_waitqueue_head(&connection->ping_wait); in conn_create()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 531 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 D | drbd_state.c | 1359 wake_up(&connection->ping_wait); in _drbd_set_state() 2335 wait_event_lock_irq(connection->ping_wait, in _conn_request_state()
|
H A D | drbd_int.h | 565 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 D | drbd_worker.c | 848 wait_event(connection->ping_wait, in ping_peer()
|
H A D | drbd_main.c | 2613 init_waitqueue_head(&connection->ping_wait); in conn_create()
|
Completed in 43 milliseconds