Lines Matching refs:plug
1189 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local
1191 if (plug) in blk_flush_plug()
1192 blk_flush_plug_list(plug, false); in blk_flush_plug()
1197 struct blk_plug *plug = tsk->plug; in blk_schedule_flush_plug() local
1199 if (plug) in blk_schedule_flush_plug()
1200 blk_flush_plug_list(plug, true); in blk_schedule_flush_plug()
1205 struct blk_plug *plug = tsk->plug; in blk_needs_flush_plug() local
1207 return plug && in blk_needs_flush_plug()
1208 (!list_empty(&plug->mq_list) || in blk_needs_flush_plug()
1209 !list_empty(&plug->cb_list)); in blk_needs_flush_plug()
1795 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() argument
1799 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug() argument