Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dblk-mq.h250 for (pos = rq_list_peek((listptr)); pos; pos = rq_list_next(pos))
253 for (pos = rq_list_peek((listptr)), nxt = rq_list_next(pos); \
254 pos; pos = nxt, nxt = pos ? rq_list_next(pos) : NULL)
256 #define rq_list_next(rq) (rq)->rq_next macro
/Linux-v6.1/block/
Dblk-mq.c564 plug->cached_rq = rq_list_next(rq); in blk_mq_alloc_cached_request()
2851 plug->cached_rq = rq_list_next(rq); in blk_mq_get_cached_request()