Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_req.c339 list_for_each_entry_continue(iter, &connection->transfer_log, tl_requests) { in advance_conn_req_next()
369 list_for_each_entry_continue(iter, &connection->transfer_log, tl_requests) { in advance_conn_req_ack_pending()
399 list_for_each_entry_continue(iter, &connection->transfer_log, tl_requests) { in advance_conn_req_not_net_done()
1368 list_add_tail(&req->tl_requests, &first_peer_device(device)->connection->transfer_log); in drbd_send_and_submit()
H A Ddrbd_main.c181 list_for_each_entry(r, &connection->transfer_log, tl_requests) { in tl_release()
226 list_for_each_entry(req, &connection->transfer_log, tl_requests) in tl_release()
231 req = list_prepare_entry(tmp, &connection->transfer_log, tl_requests); in tl_release()
232 list_for_each_entry_safe_from(req, r, &connection->transfer_log, tl_requests) { in tl_release()
263 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) { in _tl_restart()
299 list_for_each_entry_safe(req, r, &connection->transfer_log, tl_requests) { in tl_abort_disk_io()
2597 INIT_LIST_HEAD(&connection->transfer_log); in conn_create()
H A 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()
H A Ddrbd_int.h647 struct list_head transfer_log; /* all requests not yet fully processed */ member