Searched refs:cached_rq (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dblk-mq.c424 rq_list_add(data->cached_rq, rq);
433 return rq_list_pop(data->cached_rq);
530 .cached_rq = &plug->cached_rq,
555 if (rq_list_empty(plug->cached_rq)) {
562 rq = rq_list_peek(&plug->cached_rq);
571 plug->cached_rq = rq_list_next(rq);
746 while ((rq = rq_list_pop(&plug->cached_rq)) != NULL)
2883 data.cached_rq = &plug->cached_rq;
[all...]
H A Dblk-mq.h156 struct request **cached_rq; member in struct:blk_mq_alloc_data
H A Dblk-core.c1101 plug->cached_rq = NULL;
1197 if (unlikely(!rq_list_empty(plug->cached_rq)))
/linux-master/include/linux/
H A Dblkdev.h977 struct request *cached_rq; member in struct:blk_plug

Completed in 122 milliseconds