Searched refs:blk_plug (Results 1 - 25 of 72) sorted by relevance

123

/linux-master/drivers/target/
H A Dtarget_core_iblock.h25 struct blk_plug blk_plug; member in struct:iblock_dev_plug
H A Dtarget_core_iblock.c227 blk_start_plug(&ib_dev_plug->blk_plug);
236 blk_finish_plug(&ib_dev_plug->blk_plug);
383 struct blk_plug plug;
/linux-master/block/
H A Dblk-lib.c101 struct blk_plug plug;
255 struct blk_plug plug;
306 struct blk_plug plug;
H A Dblk-mq.h122 void blk_mq_free_plug_rqs(struct blk_plug *plug);
123 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
385 static inline struct blk_plug *blk_mq_plug( struct bio *bio)
H A Dblk-core.c1089 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios)
1116 * blk_start_plug - initialize blk_plug and track it inside the task_struct
1117 * @plug: The &struct blk_plug that needs to be initialized
1129 * Tracking blk_plug inside the task_struct will help with auto-flushing the
1138 void blk_start_plug(struct blk_plug *plug)
1144 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule)
1164 struct blk_plug *plug = current->plug;
1186 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule)
1206 * @plug: The &struct blk_plug passed to blk_start_plug()
1214 void blk_finish_plug(struct blk_plug *plu
[all...]
H A Dblk-mq.c521 struct blk_plug *plug,
549 struct blk_plug *plug = current->plug;
742 void blk_mq_free_plug_rqs(struct blk_plug *plug)
1278 static inline unsigned short blk_plug_max_rq_count(struct blk_plug *plug)
1285 static void blk_add_rq_to_plug(struct blk_plug *plug, struct request *rq)
2683 static void blk_mq_plug_issue_direct(struct blk_plug *plug)
2723 struct blk_plug *plug)
2730 static void blk_mq_dispatch_plug_list(struct blk_plug *plug, bool from_sched)
2776 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule)
2867 struct blk_plug *plu
[all...]
H A Dfops.c167 struct blk_plug plug;
425 struct blk_plug plug;
H A Dblk.h534 struct blk_plug *plug = current->plug;
/linux-master/include/linux/
H A Dblkdev.h963 * blk_plug permits building a queue of related requests by holding the I/O
973 struct blk_plug { struct
998 extern void blk_start_plug(struct blk_plug *);
999 extern void blk_start_plug_nr_ios(struct blk_plug *, unsigned short);
1000 extern void blk_finish_plug(struct blk_plug *);
1002 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
1003 static inline void blk_flush_plug(struct blk_plug *plug, bool async)
1014 struct blk_plug *plug = tsk->plug;
1024 struct blk_plug { struct
1027 static inline void blk_start_plug_nr_ios(struct blk_plug *plu
[all...]
H A Dio_uring_types.h210 struct blk_plug plug;
H A Dsched.h53 struct blk_plug;
1197 struct blk_plug *plug;
/linux-master/fs/hpfs/
H A Dbuffer.c41 struct blk_plug plug;
/linux-master/fs/xfs/
H A Dxfs_discard.c114 struct blk_plug plug;
H A Dxfs_dir2_readdir.c255 struct blk_plug plug;
H A Dxfs_iwalk.c105 struct blk_plug plug;
/linux-master/drivers/md/dm-vdo/
H A Dio-submitter.c36 struct blk_plug plug;
/linux-master/fs/jbd2/
H A Dcheckpoint.c124 struct blk_plug plug;
/linux-master/drivers/nvme/target/
H A Dio-cmd-bdev.c247 struct blk_plug plug;
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c244 struct blk_plug plug;
388 struct blk_plug plug;
/linux-master/mm/
H A Dswap_state.c659 struct blk_plug plug;
818 struct blk_plug plug;
H A Dreadahead.c150 struct blk_plug plug;
/linux-master/fs/
H A Dmpage.c669 struct blk_plug plug;
/linux-master/fs/iomap/
H A Ddirect-io.c555 struct blk_plug plug;
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c1444 struct blk_plug plug;
1497 struct blk_plug plug;
/linux-master/fs/gfs2/
H A Dlog.c102 struct gfs2_trans *tr, struct blk_plug *plug)
205 struct blk_plug plug;

Completed in 522 milliseconds

123