Home
last modified time | relevance | path

Searched refs:blk_plug (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dblkdev.h1216 struct blk_plug { struct
1233 extern void blk_start_plug(struct blk_plug *); argument
1234 extern void blk_finish_plug(struct blk_plug *);
1235 extern void blk_flush_plug_list(struct blk_plug *, bool);
1239 struct blk_plug *plug = tsk->plug; in blk_flush_plug()
1247 struct blk_plug *plug = tsk->plug; in blk_schedule_flush_plug()
1255 struct blk_plug *plug = tsk->plug; in blk_needs_flush_plug()
1265 struct blk_plug { struct
1268 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1272 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
Dblk-mq.h454 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
Dsched.h45 struct blk_plug;
1188 struct blk_plug *plug;