Searched refs:from_schedule (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/block/ |
| H A D | blk-core.c | 1174 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks() argument 1186 cb->callback(cb, from_schedule); in flush_plug_callbacks() 1216 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) in __blk_flush_plug() argument 1219 flush_plug_callbacks(plug, from_schedule); in __blk_flush_plug() 1220 blk_mq_flush_plug_list(plug, from_schedule); in __blk_flush_plug()
|
| H A D | blk-mq.h | 123 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
|
| H A D | blk-mq.c | 2071 bool from_schedule) in blk_mq_commit_rqs() argument 2074 trace_block_unplug(hctx->queue, queued, !from_schedule); in blk_mq_commit_rqs() 2873 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list() argument 2890 if (!plug->multiple_queues && !plug->has_elevator && !from_schedule) { in blk_mq_flush_plug_list() 2917 blk_mq_dispatch_plug_list(plug, from_schedule); in blk_mq_flush_plug_list()
|
| /linux-6.15/include/linux/ |
| H A D | blkdev.h | 1107 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
|
| /linux-6.15/drivers/block/drbd/ |
| H A D | drbd_req.c | 1272 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() argument
|
| /linux-6.15/drivers/md/ |
| H A D | raid1.c | 1268 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() argument 1276 if (from_schedule) { in raid1_unplug()
|
| H A D | raid10.c | 1081 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug() argument 1088 if (from_schedule) { in raid10_unplug()
|
| H A D | raid5.c | 5607 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() argument 5642 trace_block_unplug(mddev->gendisk->queue, cnt, !from_schedule); in raid5_unplug()
|
| /linux-6.15/fs/btrfs/ |
| H A D | raid56.c | 1683 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid_unplug() argument
|