Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_state.h172 enum drbd_conns conn_lowest_conn(struct drbd_connection *connection);
H A Ddrbd_state.c415 enum drbd_conns conn_lowest_conn(struct drbd_connection *connection) in conn_lowest_conn() function
1736 if (os.conn < C_CONNECTED && conn_lowest_conn(connection) >= C_CONNECTED) in after_state_ch()
1755 if (resource->susp_fen && conn_lowest_conn(connection) >= C_CONNECTED) { in after_state_ch()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_state.h172 enum drbd_conns conn_lowest_conn(struct drbd_connection *connection);
H A Ddrbd_state.c415 enum drbd_conns conn_lowest_conn(struct drbd_connection *connection) in conn_lowest_conn() function
1740 if (os.conn < C_CONNECTED && conn_lowest_conn(connection) >= C_CONNECTED) in after_state_ch()
1759 if (resource->susp_fen && conn_lowest_conn(connection) >= C_CONNECTED) { in after_state_ch()

Completed in 7 milliseconds