Searched refs:rq_next (Results 1 – 3 of 3) sorted by relevance
124 struct request *rq_next; member245 rq->rq_next = NULL; in rq_list_add_tail()247 rl->tail->rq_next = rq; in rq_list_add_tail()255 rq->rq_next = rl->head; in rq_list_add_head()266 rl->head = rl->head->rq_next; in rq_list_pop()269 rq->rq_next = NULL; in rq_list_pop()281 for (pos = rq_list_peek((rl)); (pos); pos = pos->rq_next)284 for (pos = rq_list_peek((rl)), nxt = pos->rq_next; \285 pos; pos = nxt, nxt = pos ? pos->rq_next : NULL)
1263 next = rq->rq_next; in ublk_cmd_list_tw_cb()1264 rq->rq_next = NULL; in ublk_cmd_list_tw_cb()
1176 prefetch(rq->rq_next); in blk_mq_end_request_batch()