Home
last modified time | relevance | path

Searched refs:transfer_log (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/block/drbd/
Ddrbd_req.c354 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_next()
359 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_next()
380 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_ack_pending()
385 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_ack_pending()
406 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_not_net_done()
411 if (&req->tl_requests == &connection->transfer_log) in advance_conn_req_not_net_done()
1372 list_add_tail(&req->tl_requests, &first_peer_device(device)->connection->transfer_log); in drbd_send_and_submit()
Ddrbd_debugfs.c311 list_for_each_entry(req, &connection->transfer_log, tl_requests) { in seq_print_resource_transfer_log_summary()
326 if (&req->tl_requests == &connection->transfer_log) in seq_print_resource_transfer_log_summary()
Ddrbd_main.c194 list_for_each_entry(r, &connection->transfer_log, tl_requests) { in tl_release()
239 list_for_each_entry(req, &connection->transfer_log, tl_requests) in tl_release()
242 list_for_each_entry_safe_from(req, r, &connection->transfer_log, tl_requests) { in tl_release()
270 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) in _tl_restart()
304 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) { in tl_abort_disk_io()
2688 INIT_LIST_HEAD(&connection->transfer_log); in conn_create()
Ddrbd_int.h717 struct list_head transfer_log; /* all requests not yet fully processed */ member