Home
last modified time | relevance | path

Searched refs:req_pending_local (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/block/drbd/
Ddrbd_req.c81 INIT_LIST_HEAD(&req->req_pending_local); in drbd_req_new()
498 list_del_init(&req->req_pending_local); in mod_rq_state()
1419 list_add_tail(&req->req_pending_local, in drbd_send_and_submit()
1752 …= list_first_entry_or_null(&device->pending_completion[0], struct drbd_request, req_pending_local); in request_timer_fn()
1753 …= list_first_entry_or_null(&device->pending_completion[1], struct drbd_request, req_pending_local); in request_timer_fn()
Ddrbd_debugfs.c734 struct drbd_request, req_pending_local); in device_oldest_requests_show()
Ddrbd_int.h313 struct list_head req_pending_local; member