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

/linux-master/drivers/block/drbd/
H A Ddrbd_req.h276 extern void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what);
H A Ddrbd_state.c1752 _tl_restart(connection, what);
1779 _tl_restart(connection, RESEND);
2099 _tl_restart(connection, CONNECTION_LOST_WHILE_PENDING);
H A Ddrbd_main.c250 * _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) function
272 _tl_restart(connection, what);
H A Ddrbd_nl.c503 _tl_restart(connection, CONNECTION_LOST_WHILE_PENDING);

Completed in 215 milliseconds