Home
last modified time | relevance | path

Searched refs:CONN_DRY_RUN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_receiver.c3621 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 Ddrbd_int.h636 CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ enumerator
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_receiver.c3583 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 Ddrbd_int.h569 CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ enumerator

Completed in 23 milliseconds