Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk.h151 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.c1086 rq = list_entry_rq(list.next); in blk_mq_flush_plug_list()
Dblk-core.c3275 rq = list_entry_rq(list.next); in blk_flush_plug_list()
/linux-4.4.14/drivers/mmc/card/
Dblock.c1871 prq = list_entry_rq(packed->list.next); in mmc_blk_end_packed_req()
1901 prq = list_entry_rq(packed->list.next); in mmc_blk_abort_packed_req()
1919 prq = list_entry_rq(packed->list.prev); in mmc_blk_revert_packed_req()
/linux-4.4.14/include/linux/
Dblkdev.h594 #define list_entry_rq(ptr) list_entry((ptr), struct request, queuelist) macro