Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-mq.c483 rq_list_add_head(data->cached_rqs, rq); in __blk_mq_alloc_requests_batch()
492 return rq_list_pop(data->cached_rqs); in __blk_mq_alloc_requests_batch()
589 .cached_rqs = &plug->cached_rqs, in blk_mq_rq_cache_fill()
614 if (rq_list_empty(&plug->cached_rqs)) { in blk_mq_alloc_cached_request()
621 rq = rq_list_peek(&plug->cached_rqs); in blk_mq_alloc_cached_request()
630 rq_list_pop(&plug->cached_rqs); in blk_mq_alloc_cached_request()
807 while ((rq = rq_list_pop(&plug->cached_rqs)) != NULL) in blk_mq_free_plug_rqs()
2982 data.cached_rqs = &plug->cached_rqs; in blk_mq_get_new_requests()
3002 rq = rq_list_peek(&plug->cached_rqs); in blk_mq_peek_cached_request()
3016 if (rq_list_pop(&plug->cached_rqs) != rq) in blk_mq_use_cached_rq()
H A Dblk-mq.h156 struct rq_list *cached_rqs; member
H A Dblk-core.c1131 rq_list_init(&plug->cached_rqs); in blk_start_plug_nr_ios()
1227 if (unlikely(!rq_list_empty(&plug->cached_rqs))) in __blk_flush_plug()
/linux-6.15/include/linux/
H A Dblkdev.h1082 struct rq_list cached_rqs; member