Lines Matching defs:plug
570 struct blk_plug *plug, in blk_mq_rq_cache_fill()
602 struct blk_plug *plug = current->plug; in blk_mq_alloc_cached_request() local
807 void blk_mq_free_plug_rqs(struct blk_plug *plug) in blk_mq_free_plug_rqs()
1374 static inline unsigned short blk_plug_max_rq_count(struct blk_plug *plug) in blk_plug_max_rq_count()
1381 static void blk_add_rq_to_plug(struct blk_plug *plug, struct request *rq) in blk_add_rq_to_plug()
2939 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list()
3017 struct blk_plug *plug, in blk_mq_get_new_requests()
3050 static struct request *blk_mq_peek_cached_request(struct blk_plug *plug, in blk_mq_peek_cached_request()
3069 static void blk_mq_use_cached_rq(struct request *rq, struct blk_plug *plug, in blk_mq_use_cached_rq()
3114 struct blk_plug *plug = current->plug; in blk_mq_submit_bio() local