Home
last modified time | relevance | path

Searched refs:STATE_SENT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_state.c937 if (test_bit(STATE_SENT, &connection->flags) && in is_valid_soft_transition()
1351 clear_bit(STATE_SENT, &connection->flags); in _drbd_set_state()
H A Ddrbd_int.h638 STATE_SENT, /* Do not change state/UUIDs while this is set */ enumerator
H A Ddrbd_receiver.c1088 * will see the STATE_SENT flag, and wait for it to be cleared. in conn_connect()
1095 set_bit(STATE_SENT, &connection->flags); in conn_connect()
1120 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()
/kernel/linux/linux-6.6/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.h571 STATE_SENT, /* Do not change state/UUIDs while this is set */ enumerator
H A Ddrbd_receiver.c1092 * will see the STATE_SENT flag, and wait for it to be cleared. in conn_connect()
1099 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()

Completed in 40 milliseconds