Home
last modified time | relevance | path

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

/linux/block/
A Dblk-mq.h162 struct request **cached_rq; member
A Dblk-mq.c424 rq_list_add(data->cached_rq, rq); in __blk_mq_alloc_requests_batch()
431 return rq_list_pop(data->cached_rq); in __blk_mq_alloc_requests_batch()
648 while ((rq = rq_list_pop(&plug->cached_rq)) != NULL) in blk_mq_free_plug_rqs()
2533 data.cached_rq = &plug->cached_rq; in blk_mq_get_new_requests()
2568 rq = rq_list_peek(&plug->cached_rq); in blk_mq_get_request()
2579 plug->cached_rq = rq_list_next(rq); in blk_mq_get_request()
A Dblk-core.c1502 plug->cached_rq = NULL; in blk_start_plug_nr_ios()
1600 if (unlikely(!rq_list_empty(plug->cached_rq))) in blk_flush_plug()
/linux/include/linux/
A Dblkdev.h761 struct request *cached_rq; member

Completed in 25 milliseconds