Searched refs:rq_list (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/scsi/ |
H A D | sg.c | 149 struct list_head rq_list; /* head of request list */ member 860 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_fill_request_table() 998 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_ioctl_common() 1010 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_ioctl_common() 1180 list_for_each_entry(srp, &sfp->rq_list, entry) { in sg_poll() 2072 list_for_each_entry(resp, &sfp->rq_list, entry) { in sg_get_rq_mark() 2102 if (!list_empty(&sfp->rq_list)) { in sg_add_request() 2116 list_add_tail(&rp->entry, &sfp->rq_list); in sg_add_request() 2131 if (!sfp || !srp || list_empty(&sfp->rq_list)) in sg_remove_request() 2165 INIT_LIST_HEAD(&sfp->rq_list); in sg_add_sfp() [all …]
|
/linux/include/linux/mtd/ |
H A D | blktrans.h | 33 struct list_head rq_list; member
|
/linux/net/sunrpc/ |
H A D | xprt.c | 1738 req = list_entry(xprt->free.next, struct rpc_rqst, rq_list); in xprt_alloc_slot() 1739 list_del(&req->rq_list); in xprt_alloc_slot() 1776 list_add(&req->rq_list, &xprt->free); in xprt_free_slot() 1786 req = list_first_entry(&xprt->free, struct rpc_rqst, rq_list); in xprt_free_all_slots() 1787 list_del(&req->rq_list); in xprt_free_all_slots() 1835 list_add(&req->rq_list, &xprt->free); in xprt_alloc()
|
/linux/drivers/block/aoe/ |
H A D | aoe.h | 173 struct list_head rq_list; member
|
/linux/include/linux/ |
H A D | blkdev.h | 1017 struct rq_list { struct 1035 struct rq_list mq_list; /* blk-mq requests */ argument 1038 struct rq_list cached_rqs; 1703 struct rq_list req_list;
|
/linux/include/linux/sunrpc/ |
H A D | xprt.h | 76 struct list_head rq_list; /* Slot allocation list */ member
|
/linux/block/ |
H A D | blk-mq.c | 1538 LIST_HEAD(rq_list); in blk_mq_requeue_work() 1543 list_splice_init(&q->requeue_list, &rq_list); in blk_mq_requeue_work() 1547 while (!list_empty(&rq_list)) { in blk_mq_requeue_work() 1548 rq = list_entry(rq_list.next, struct request, queuelist); in blk_mq_requeue_work() 2832 struct rq_list requeue_list = {}; in blk_mq_dispatch_plug_list()
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 3725 list_for_each_entry(hr_qp, &hr_cq->rq_list, rq_node) { in hns_roce_v2_sw_poll_cq()
|