Home
last modified time | relevance | path

Searched refs:CONN_WD_ST_CHG_REQ (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/block/drbd/
Ddrbd_state.c2315 set_bit(CONN_WD_ST_CHG_REQ, &connection->flags); in _conn_request_state()
2318 clear_bit(CONN_WD_ST_CHG_REQ, &connection->flags); in _conn_request_state()
2334 clear_bit(CONN_WD_ST_CHG_REQ, &connection->flags); in _conn_request_state()
Ddrbd_int.h633 CONN_WD_ST_CHG_REQ, /* A cluster wide state change on the connection is active */ enumerator
Ddrbd_receiver.c5642 if (test_bit(CONN_WD_ST_CHG_REQ, &connection->flags)) { in got_RqSReply()