Home
last modified time | relevance | path

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

/include/linux/
A Dblk-mq.h125 struct request *rq_next; member
246 rq->rq_next = NULL; in rq_list_add_tail()
248 rl->tail->rq_next = rq; in rq_list_add_tail()
256 rq->rq_next = rl->head; in rq_list_add_head()
267 rl->head = rl->head->rq_next; in rq_list_pop()
270 rq->rq_next = NULL; in rq_list_pop()
282 for (pos = rq_list_peek((rl)); (pos); pos = pos->rq_next)
285 for (pos = rq_list_peek((rl)), nxt = pos->rq_next; \
286 pos; pos = nxt, nxt = pos ? pos->rq_next : NULL)

Completed in 5 milliseconds