Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblkdev.h665 #define list_entry_rq(ptr) list_entry((ptr), struct request, queuelist) macro
/linux/block/
H A Dblk-mq.c1808 dispatch_data->rq = list_entry_rq(ctx->rq_lists[type].next); in dispatch_rq_from_ctx()