Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-mq.c430 rq_list_add(data->cached_rq, rq); in __blk_mq_alloc_requests_batch()
437 return rq_list_pop(data->cached_rq); in __blk_mq_alloc_requests_batch()
523 .cached_rq = &plug->cached_rq, in blk_mq_rq_cache_fill()
547 if (rq_list_empty(plug->cached_rq)) { in blk_mq_alloc_cached_request()
555 rq = rq_list_peek(&plug->cached_rq); in blk_mq_alloc_cached_request()
564 plug->cached_rq = rq_list_next(rq); in blk_mq_alloc_cached_request()
722 while ((rq = rq_list_pop(&plug->cached_rq)) != NULL) in blk_mq_free_plug_rqs()
2811 data.cached_rq = &plug->cached_rq; in blk_mq_get_new_requests()
2832 rq = rq_list_peek(&plug->cached_rq); in blk_mq_get_cached_request()
2851 plug->cached_rq = rq_list_next(rq); in blk_mq_get_cached_request()
Dblk-mq.h160 struct request **cached_rq; member
Dblk-core.c1046 plug->cached_rq = NULL; in blk_start_plug_nr_ios()
1144 if (unlikely(!rq_list_empty(plug->cached_rq))) in __blk_flush_plug()
/Linux-v6.1/include/linux/
Dblkdev.h998 struct request *cached_rq; member