Searched refs:cached_rq (Results 1 – 4 of 4) sorted by relevance
461 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()
160 struct request **cached_rq; member
1066 plug->cached_rq = NULL; in blk_start_plug_nr_ios()1164 if (unlikely(!rq_list_empty(plug->cached_rq))) in __blk_flush_plug()
988 struct request *cached_rq; member
Completed in 20 milliseconds