Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dblk-mq.h243 for (pos = rq_list_peek((listptr)); pos; pos = rq_list_next(pos))
246 for (pos = rq_list_peek((listptr)), nxt = rq_list_next(pos); \
247 pos; pos = nxt, nxt = pos ? rq_list_next(pos) : NULL)
249 #define rq_list_next(rq) (rq)->rq_next macro
/openbmc/linux/block/
H A Dblk-mq.c570 plug->cached_rq = rq_list_next(rq); in blk_mq_alloc_cached_request()
2980 plug->cached_rq = rq_list_next(rq); in blk_mq_can_use_cached_rq()