Home
last modified time | relevance | path

Searched refs:list_entry_rq (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/block/
Dblk.h123 rq = list_entry_rq(q->queue_head.next); in __elv_next_request()
Dblk-tag.c400 blk_requeue_request(q, list_entry_rq(tmp)); in blk_queue_invalidate_tags()
Delevator.c367 struct request *pos = list_entry_rq(entry); in elv_dispatch_sort()
Dblk-mq.c1121 rq = list_entry_rq(list.next); in blk_mq_flush_plug_list()
Dblk-core.c3154 rq = list_entry_rq(list.next); in blk_flush_plug_list()
/linux-4.1.27/drivers/mmc/card/
Dblock.c1768 prq = list_entry_rq(packed->list.next); in mmc_blk_end_packed_req()
1798 prq = list_entry_rq(packed->list.next); in mmc_blk_abort_packed_req()
1816 prq = list_entry_rq(packed->list.prev); in mmc_blk_revert_packed_req()
/linux-4.1.27/include/linux/
Dblkdev.h622 #define list_entry_rq(ptr) list_entry((ptr), struct request, queuelist) macro