Searched refs:rq_next (Results 1 – 3 of 3) sorted by relevance
127 struct request *rq_next; member264 rq->rq_next = NULL; in rq_list_add_tail()266 rl->tail->rq_next = rq; in rq_list_add_tail()274 rq->rq_next = rl->head; in rq_list_add_head()285 rl->head = rl->head->rq_next; in rq_list_pop()288 rq->rq_next = NULL; in rq_list_pop()300 for (pos = rq_list_peek((rl)); (pos); pos = pos->rq_next)303 for (pos = rq_list_peek((rl)), nxt = pos->rq_next; \304 pos; pos = nxt, nxt = pos ? pos->rq_next : NULL)
1209 prefetch(rq->rq_next); in blk_mq_end_request_batch()2875 *prev = rq->rq_next; in blk_mq_extract_queue_requests()2880 prev = &rq->rq_next; in blk_mq_extract_queue_requests()
2015 next = rq->rq_next; in ublk_cmd_list_tw_cb()2016 rq->rq_next = NULL; in ublk_cmd_list_tw_cb()