Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-mq.c461 rq_list_add(data->cached_rq, rq); in __blk_mq_alloc_requests_batch()
468 return rq_list_pop(data->cached_rq); in __blk_mq_alloc_requests_batch()
554 .cached_rq = &plug->cached_rq, in blk_mq_rq_cache_fill()
579 if (rq_list_empty(plug->cached_rq)) { in blk_mq_alloc_cached_request()
586 rq = rq_list_peek(&plug->cached_rq); in blk_mq_alloc_cached_request()
595 plug->cached_rq = rq_list_next(rq); in blk_mq_alloc_cached_request()
755 while ((rq = rq_list_pop(&plug->cached_rq)) != NULL) in blk_mq_free_plug_rqs()
2860 data.cached_rq = &plug->cached_rq; in blk_mq_get_new_requests()
2888 rq = rq_list_peek(&plug->cached_rq); in blk_mq_get_cached_request()
2905 plug->cached_rq = rq_list_next(rq); in blk_mq_get_cached_request()
A Dblk-mq.h160 struct request **cached_rq; member
A Dblk-core.c1066 plug->cached_rq = NULL; in blk_start_plug_nr_ios()
1164 if (unlikely(!rq_list_empty(plug->cached_rq))) in __blk_flush_plug()
/linux-6.3-rc2/include/linux/
A Dblkdev.h988 struct request *cached_rq; member

Completed in 20 milliseconds