Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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
/Linux-v6.6/block/
Dblk-mq.c569 plug->cached_rq = rq_list_next(rq); in blk_mq_alloc_cached_request()
2933 plug->cached_rq = rq_list_next(rq); in blk_mq_get_cached_request()