Home
last modified time | relevance | path

Searched refs:rq_entry_fifo (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/block/
H A Delevator.h183 #define rq_entry_fifo(ptr) list_entry((ptr), struct request, queuelist) macro
H A Dmq-deadline.c306 struct request *rq = rq_entry_fifo(per_prio->fifo_list[data_dir].next); in deadline_check_fifo()
355 rq = rq_entry_fifo(per_prio->fifo_list[data_dir].next); in deadline_fifo_request()
H A Dbfq-iosched.c1006 rq = rq_entry_fifo(bfqq->fifo.next); in bfq_check_fifo()