Home
last modified time | relevance | path

Searched refs:STATE_SENT (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_state.c937 if (test_bit(STATE_SENT, &connection->flags) && in is_valid_soft_transition()
1353 clear_bit(STATE_SENT, &connection->flags); in _drbd_set_state()
H A Ddrbd_int.h569 STATE_SENT, /* Do not change state/UUIDs while this is set */ enumerator
H A Ddrbd_receiver.c1099 set_bit(STATE_SENT, &connection->flags); in conn_connect()
1124 clear_bit(STATE_SENT, &connection->flags); in conn_connect()
H A Ddrbd_nl.c573 if (connection->cstate < C_WF_REPORT_PARAMS && !test_bit(STATE_SENT, &connection->flags)) { in conn_try_outdate_peer()