Searched refs:CONN_DRY_RUN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_receiver.c | 3621 if (tentative || test_bit(CONN_DRY_RUN, &peer_device->connection->flags)) { in __must_hold() 3697 clear_bit(CONN_DRY_RUN, &connection->flags); in receive_protocol() 3700 set_bit(CONN_DRY_RUN, &connection->flags); in receive_protocol() 4580 if (test_and_clear_bit(CONN_DRY_RUN, &peer_device->connection->flags)) in receive_state()
|
H A D | drbd_int.h | 636 CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ enumerator
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_receiver.c | 3583 if (tentative || test_bit(CONN_DRY_RUN, &peer_device->connection->flags)) { in __must_hold() 3659 clear_bit(CONN_DRY_RUN, &connection->flags); in receive_protocol() 3662 set_bit(CONN_DRY_RUN, &connection->flags); in receive_protocol() 4533 if (test_and_clear_bit(CONN_DRY_RUN, &peer_device->connection->flags)) in receive_state()
|
H A D | drbd_int.h | 569 CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ enumerator
|
Completed in 29 milliseconds