Searched refs:rq_list (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/block/ |
D | blk-mq.c | 482 LIST_HEAD(rq_list); in blk_mq_requeue_work() 487 list_splice_init(&q->requeue_list, &rq_list); in blk_mq_requeue_work() 490 list_for_each_entry_safe(rq, next, &rq_list, queuelist) { in blk_mq_requeue_work() 499 while (!list_empty(&rq_list)) { in blk_mq_requeue_work() 500 rq = list_entry(rq_list.next, struct request, queuelist); in blk_mq_requeue_work() 549 LIST_HEAD(rq_list); in blk_mq_abort_requeue_list() 552 list_splice_init(&q->requeue_list, &rq_list); in blk_mq_abort_requeue_list() 555 while (!list_empty(&rq_list)) { in blk_mq_abort_requeue_list() 558 rq = list_first_entry(&rq_list, struct request, queuelist); in blk_mq_abort_requeue_list() 699 list_for_each_entry_reverse(rq, &ctx->rq_list, queuelist) { in blk_mq_attempt_merge() [all …]
|
D | blk-mq.h | 9 struct list_head rq_list; member
|
D | blk-mq-sysfs.c | 171 ret = sysfs_list_show(page, &ctx->rq_list, "CTX pending"); in blk_mq_sysfs_rq_list_show()
|
/linux-4.1.27/net/sunrpc/ |
D | xprt.c | 808 list_for_each_entry(entry, &xprt->recv, rq_list) in xprt_lookup_rqst() 857 list_del_init(&req->rq_list); in xprt_complete_rqst() 947 if (list_empty(&req->rq_list) && rpc_reply_expected(task)) { in xprt_transmit() 956 list_add_tail(&req->rq_list, &xprt->recv); in xprt_transmit() 1061 req = list_entry(xprt->free.next, struct rpc_rqst, rq_list); in xprt_alloc_slot() 1062 list_del(&req->rq_list); in xprt_alloc_slot() 1109 list_add(&req->rq_list, &xprt->free); in xprt_free_slot() 1119 req = list_first_entry(&xprt->free, struct rpc_rqst, rq_list); in xprt_free_all_slots() 1120 list_del(&req->rq_list); in xprt_free_all_slots() 1143 list_add(&req->rq_list, &xprt->free); in xprt_alloc() [all …]
|
D | backchannel_rqst.c | 120 INIT_LIST_HEAD(&req->rq_list); in xprt_setup_backchannel()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 434 req = list_entry(l, struct ptlrpc_request, rq_list); in ptlrpc_free_rq_pool() 435 list_del(&req->rq_list); in ptlrpc_free_rq_pool() 481 list_add_tail(&req->rq_list, &pool->prp_req_list); in ptlrpc_add_rqs_to_pool() 548 rq_list); in ptlrpc_prep_req_from_pool() 549 list_del_init(&request->rq_list); in ptlrpc_prep_req_from_pool() 572 LASSERT(list_empty(&request->rq_list)); in __ptlrpc_free_req_to_pool() 574 list_add_tail(&request->rq_list, &pool->prp_req_list); in __ptlrpc_free_req_to_pool() 624 INIT_LIST_HEAD(&request->rq_list); in __ptlrpc_request_bufs_pack() 1428 LASSERT(list_empty(&req->rq_list)); in ptlrpc_send_new_req() 1429 list_add_tail(&req->rq_list, &imp->imp_delayed_list); in ptlrpc_send_new_req() [all …]
|
D | recover.c | 196 rq_list) { in ptlrpc_resend() 220 req = list_entry(tmp, struct ptlrpc_request, rq_list); in ptlrpc_wake_delayed()
|
D | service.c | 884 list_add(&req->rq_list, &rqbd->rqbd_reqs); in ptlrpc_server_drop_request() 908 rq_list); in ptlrpc_server_drop_request() 923 rq_list); in ptlrpc_server_drop_request() 924 list_del(&req->rq_list); in ptlrpc_server_drop_request() 942 list_del(&req->rq_list); in ptlrpc_server_drop_request() 1741 struct ptlrpc_request, rq_list); in ptlrpc_server_handle_req_in() 1742 list_del_init(&req->rq_list); in ptlrpc_server_handle_req_in() 2946 struct ptlrpc_request, rq_list); in ptlrpc_service_purge_all() 2948 list_del(&req->rq_list); in ptlrpc_service_purge_all()
|
D | import.c | 261 req = list_entry(tmp, struct ptlrpc_request, rq_list); in ptlrpc_inflight_timeout() 352 rq_list); in ptlrpc_invalidate_import() 360 rq_list); in ptlrpc_invalidate_import()
|
D | events.c | 368 list_add_tail(&req->rq_list, &svcpt->scp_req_incoming); in request_in_callback()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | xprt.h | 81 struct list_head rq_list; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1267 struct list_head rq_list; member
|