Lines Matching refs:plug
1187 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local
1189 if (plug) in blk_flush_plug()
1190 blk_flush_plug_list(plug, false); in blk_flush_plug()
1195 struct blk_plug *plug = tsk->plug; in blk_schedule_flush_plug() local
1197 if (plug) in blk_schedule_flush_plug()
1198 blk_flush_plug_list(plug, true); in blk_schedule_flush_plug()
1203 struct blk_plug *plug = tsk->plug; in blk_needs_flush_plug() local
1205 return plug && in blk_needs_flush_plug()
1206 (!list_empty(&plug->mq_list) || in blk_needs_flush_plug()
1207 !list_empty(&plug->cb_list)); in blk_needs_flush_plug()
1793 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() argument
1797 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug() argument