[go: nahoru, domu]

Searched refs:req_next (Results 1 - 3 of 3) sorted by relevance

/drivers/block/drbd/
H A Ddrbd_req.c353 if (connection->req_next == NULL)
354 connection->req_next = req;
362 if (connection->req_next != req)
371 connection->req_next = req;
1593 if (!req_peer && connection->req_next && connection->req_next->pre_send_jif)
1594 req_peer = connection->req_next;
H A Ddrbd_debugfs.c323 struct drbd_request *req_next; local
328 req_next = list_next_entry(req, tl_requests);
330 req = req_next;
615 r1 = connection->req_next;
H A Ddrbd_int.h762 struct drbd_request *req_next; /* DRBD 9: todo.req_next */ member in struct:drbd_connection

Completed in 38 milliseconds