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