Searched refs:GOT_PING_ACK (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_worker.c | 848 clear_bit(GOT_PING_ACK, &connection->flags); in ping_peer() 851 test_bit(GOT_PING_ACK, &connection->flags) || device->state.conn < C_CONNECTED); 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 */ enumerator
|
H A D | drbd_receiver.c | 5679 if (!test_and_set_bit(GOT_PING_ACK, &connection->flags)) in got_PingAck()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_worker.c | 846 clear_bit(GOT_PING_ACK, &connection->flags); in ping_peer() 849 test_bit(GOT_PING_ACK, &connection->flags) || device->state.conn < C_CONNECTED); in ping_peer()
|
H A D | drbd_int.h | 565 GOT_PING_ACK, /* set when we receive a ping_ack packet, ping_wait gets woken */ enumerator
|
H A D | drbd_receiver.c | 5628 if (!test_and_set_bit(GOT_PING_ACK, &connection->flags)) in got_PingAck()
|
Completed in 27 milliseconds