Lines Matching refs:plug
1132 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
1133 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() argument
1135 if (plug) in blk_flush_plug()
1136 __blk_flush_plug(plug, async); in blk_flush_plug()
1144 struct blk_plug *plug = tsk->plug; in blk_plug_invalidate_ts() local
1146 if (plug) in blk_plug_invalidate_ts()
1147 plug->cur_ktime = 0; in blk_plug_invalidate_ts()
1157 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios() argument
1162 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() argument
1166 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug() argument
1170 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() argument