Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-mq.c426 rq_list_add(data->cached_rq, rq); in __blk_mq_alloc_requests_batch()
433 return rq_list_pop(data->cached_rq); in __blk_mq_alloc_requests_batch()
528 .cached_rq = &plug->cached_rq, in blk_mq_rq_cache_fill()
553 if (rq_list_empty(plug->cached_rq)) { in blk_mq_alloc_cached_request()
560 rq = rq_list_peek(&plug->cached_rq); in blk_mq_alloc_cached_request()
569 plug->cached_rq = rq_list_next(rq); in blk_mq_alloc_cached_request()
743 while ((rq = rq_list_pop(&plug->cached_rq)) != NULL) in blk_mq_free_plug_rqs()
2889 data.cached_rq = &plug->cached_rq; in blk_mq_get_new_requests()
2911 rq = rq_list_peek(&plug->cached_rq); in blk_mq_get_cached_request()
2933 plug->cached_rq = rq_list_next(rq); in blk_mq_get_cached_request()
Dblk-core.c1053 plug->cached_rq = NULL; in blk_start_plug_nr_ios()
1149 if (unlikely(!rq_list_empty(plug->cached_rq))) in __blk_flush_plug()
Dblk-mq.h156 struct request **cached_rq; member
/Linux-v6.6/include/linux/
Dblkdev.h967 struct request *cached_rq; member