Searched refs:_tl_restart (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_req.h | 276 extern void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what);
|
H A D | drbd_state.c | 1748 _tl_restart(connection, what); in after_state_ch() 1775 _tl_restart(connection, RESEND); in after_state_ch() 2095 _tl_restart(connection, CONNECTION_LOST_WHILE_PENDING); in w_after_conn_state_ch()
|
H A D | drbd_main.c | 250 * _tl_restart() - Walks the transfer log, and applies an action to all requests 258 void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what) in _tl_restart() function 272 _tl_restart(connection, what); in tl_restart()
|
H A D | drbd_nl.c | 503 _tl_restart(connection, CONNECTION_LOST_WHILE_PENDING); in conn_try_outdate_peer()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_req.h | 289 extern void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what);
|
H A D | drbd_state.c | 1744 _tl_restart(connection, what); in after_state_ch() 1771 _tl_restart(connection, RESEND); in after_state_ch() 2090 _tl_restart(connection, CONNECTION_LOST_WHILE_PENDING); in w_after_conn_state_ch()
|
H A D | drbd_main.c | 262 * _tl_restart() - Walks the transfer log, and applies an action to all requests 270 void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what) in _tl_restart() function 281 _tl_restart(connection, what); in tl_restart()
|
H A D | drbd_nl.c | 503 _tl_restart(connection, CONNECTION_LOST_WHILE_PENDING); in conn_try_outdate_peer()
|
Completed in 31 milliseconds