Searched refs:rq_list_next (Results 1 – 2 of 2) sorted by relevance
250 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
564 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()