blk_plug          160 include/linux/blk-mq.h void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
blk_plug         1106 include/linux/blkdev.h extern void blk_start_plug(struct blk_plug *);
blk_plug         1107 include/linux/blkdev.h extern void blk_finish_plug(struct blk_plug *);
blk_plug         1108 include/linux/blkdev.h extern void blk_flush_plug_list(struct blk_plug *, bool);
blk_plug         1112 include/linux/blkdev.h 	struct blk_plug *plug = tsk->plug;
blk_plug         1120 include/linux/blkdev.h 	struct blk_plug *plug = tsk->plug;
blk_plug         1128 include/linux/blkdev.h 	struct blk_plug *plug = tsk->plug;
blk_plug         1642 include/linux/blkdev.h static inline void blk_start_plug(struct blk_plug *plug)
blk_plug         1646 include/linux/blkdev.h static inline void blk_finish_plug(struct blk_plug *plug)
blk_plug          134 include/linux/sched.h struct blk_plug;
blk_plug         1495 include/linux/sched.h 	struct blk_plug *plug;