Home
last modified time | relevance | path

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

123

/linux-6.6.21/drivers/target/
Dtarget_core_iblock.h25 struct blk_plug blk_plug; member
Dtarget_core_iblock.c224 blk_start_plug(&ib_dev_plug->blk_plug); in iblock_plug_device()
233 blk_finish_plug(&ib_dev_plug->blk_plug); in iblock_unplug_device()
380 struct blk_plug plug; in iblock_submit_bios()
/linux-6.6.21/include/linux/
Dblkdev.h963 struct blk_plug { struct
987 extern void blk_start_plug(struct blk_plug *); argument
988 extern void blk_start_plug_nr_ios(struct blk_plug *, unsigned short);
989 extern void blk_finish_plug(struct blk_plug *);
991 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
992 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug()
1001 struct blk_plug { struct
1004 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios()
1009 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1013 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
[all …]
Dio_uring_types.h178 struct blk_plug plug;
Dsched.h45 struct blk_plug;
1188 struct blk_plug *plug;
/linux-6.6.21/block/
Dblk-lib.c101 struct blk_plug plug; in blkdev_issue_discard()
258 struct blk_plug plug; in blkdev_issue_zeroout()
309 struct blk_plug plug; in blkdev_issue_secure_erase()
Dblk-core.c1050 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios) in blk_start_plug_nr_ios()
1098 void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1104 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks()
1124 struct blk_plug *plug = current->plug; in blk_check_plugged()
1146 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) in __blk_flush_plug()
1171 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
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);
362 static inline struct blk_plug *blk_mq_plug( struct bio *bio) in blk_mq_plug()
Dblk-mq.c519 struct blk_plug *plug, in blk_mq_rq_cache_fill()
547 struct blk_plug *plug = current->plug; in blk_mq_alloc_cached_request()
739 void blk_mq_free_plug_rqs(struct blk_plug *plug) in blk_mq_free_plug_rqs()
1282 static inline unsigned short blk_plug_max_rq_count(struct blk_plug *plug) in blk_plug_max_rq_count()
1289 static void blk_add_rq_to_plug(struct blk_plug *plug, struct request *rq) in blk_add_rq_to_plug()
2711 static void blk_mq_plug_issue_direct(struct blk_plug *plug) in blk_mq_plug_issue_direct()
2751 struct blk_plug *plug) in __blk_mq_flush_plug_list()
2758 static void blk_mq_dispatch_plug_list(struct blk_plug *plug, bool from_sched) in blk_mq_dispatch_plug_list()
2804 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list()
2900 struct blk_plug *plug, in blk_mq_get_new_requests()
[all …]
/linux-6.6.21/fs/xfs/
Dxfs_discard.c112 struct blk_plug plug; in xfs_discard_extents()
Dxfs_dir2_readdir.c253 struct blk_plug plug; in xfs_dir2_leaf_readbuf()
Dxfs_iwalk.c103 struct blk_plug plug; in xfs_iwalk_ichunk_ra()
Dxfs_buf.c1535 struct blk_plug plug; in _xfs_buf_ioapply()
2159 struct blk_plug plug; in xfs_buf_delwri_submit_buffers()
/linux-6.6.21/fs/hpfs/
Dbuffer.c41 struct blk_plug plug; in hpfs_prefetch_sectors()
/linux-6.6.21/mm/
Dswap_state.c629 struct blk_plug plug; in swap_cluster_readahead()
783 struct blk_plug plug; in swap_vma_readahead()
Dreadahead.c150 struct blk_plug plug; in read_pages()
/linux-6.6.21/fs/nfs/blocklayout/
Dblocklayout.c244 struct blk_plug plug; in bl_read_pagelist()
388 struct blk_plug plug; in bl_write_pagelist()
/linux-6.6.21/drivers/nvme/target/
Dio-cmd-bdev.c245 struct blk_plug plug; in nvmet_bdev_execute_rw()
/linux-6.6.21/fs/jbd2/
Dcheckpoint.c124 struct blk_plug plug; in __flush_batch()
/linux-6.6.21/fs/
Dmpage.c675 struct blk_plug plug; in mpage_writepages()
/linux-6.6.21/fs/gfs2/
Dlog.c102 struct gfs2_trans *tr, struct blk_plug *plug) in gfs2_ail1_start_one()
205 struct blk_plug plug; in gfs2_ail1_flush()
/linux-6.6.21/fs/iomap/
Ddirect-io.c554 struct blk_plug plug; in __iomap_dio_rw()
/linux-6.6.21/drivers/block/drbd/
Ddrbd_req.c1444 struct blk_plug plug; in submit_fast_path()
1497 struct blk_plug plug; in send_and_submit_pending()
/linux-6.6.21/drivers/md/
Ddm-kcopyd.c654 struct blk_plug plug; in do_work()
Ddm-clone-target.c321 struct blk_plug plug; in submit_bios()
1179 struct blk_plug plug; in process_deferred_discards()

123