Searched refs:blk_plug (Results 1 - 25 of 73) 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.c89 struct blk_plug plug;
243 struct blk_plug plug;
294 struct blk_plug plug;
H A Dblk-core.c619 struct blk_plug plug;
1093 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios)
1120 * blk_start_plug - initialize blk_plug and track it inside the task_struct
1121 * @plug: The &struct blk_plug that needs to be initialized
1133 * Tracking blk_plug inside the task_struct will help with auto-flushing the
1142 void blk_start_plug(struct blk_plug *plug)
1148 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule)
1168 struct blk_plug *plug = current->plug;
1190 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule)
1210 * @plug: The &struct blk_plug passe
[all...]
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);
H A Dblk-mq.c522 struct blk_plug *plug,
550 struct blk_plug *plug = current->plug;
745 void blk_mq_free_plug_rqs(struct blk_plug *plug)
1281 static inline unsigned short blk_plug_max_rq_count(struct blk_plug *plug)
1288 static void blk_add_rq_to_plug(struct blk_plug *plug, struct request *rq)
2665 static void blk_mq_plug_issue_direct(struct blk_plug *plug)
2705 struct blk_plug *plug)
2712 static void blk_mq_dispatch_plug_list(struct blk_plug *plug, bool from_sched)
2758 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule)
2849 struct blk_plug *plu
[all...]
H A Dfops.c163 struct blk_plug plug;
420 struct blk_plug plug;
H A Dioctl.c102 struct blk_plug plug;
H A Dblk.h607 struct blk_plug *plug = current->plug;
/linux-master/include/linux/
H A Dblkdev.h973 * blk_plug permits building a queue of related requests by holding the I/O
983 struct blk_plug { struct
1008 extern void blk_start_plug(struct blk_plug *);
1009 extern void blk_start_plug_nr_ios(struct blk_plug *, unsigned short);
1010 extern void blk_finish_plug(struct blk_plug *);
1012 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
1013 static inline void blk_flush_plug(struct blk_plug *plug, bool async)
1024 struct blk_plug *plug = tsk->plug;
1034 struct blk_plug { struct
1037 static inline void blk_start_plug_nr_ios(struct blk_plug *plu
[all...]
H A Dio_uring_types.h211 struct blk_plug plug;
/linux-master/fs/hpfs/
H A Dbuffer.c41 struct blk_plug plug;
/linux-master/drivers/md/dm-vdo/
H A Dio-submitter.c36 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/nvme/target/
H A Dio-cmd-bdev.c247 struct blk_plug plug;
/linux-master/fs/jbd2/
H A Dcheckpoint.c124 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 869 milliseconds

123