Searched refs:from_schedule (Results 1 – 8 of 8) sorted by relevance
| /linux/block/ |
| H A D | blk-core.c | 1184 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks() argument 1196 cb->callback(cb, from_schedule); in flush_plug_callbacks() 1226 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) in __blk_flush_plug() argument 1229 flush_plug_callbacks(plug, from_schedule); in __blk_flush_plug() 1230 blk_mq_flush_plug_list(plug, from_schedule); in __blk_flush_plug()
|
| H A D | blk-mq.h | 137 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
|
| H A D | blk-mq.c | 2105 bool from_schedule) in blk_mq_commit_rqs() argument 2108 trace_block_unplug(hctx->queue, queued, !from_schedule); in blk_mq_commit_rqs() 2969 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list() argument 2985 if (!plug->has_elevator && !from_schedule) { in blk_mq_flush_plug_list() 2997 blk_mq_dispatch_list(&plug->mq_list, from_schedule); in blk_mq_flush_plug_list()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_req.c | 1273 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() argument
|
| /linux/drivers/md/ |
| H A D | raid1.c | 1290 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() argument 1298 if (from_schedule) { in raid1_unplug()
|
| H A D | raid10.c | 1084 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug() argument 1091 if (from_schedule) { in raid10_unplug()
|
| H A D | raid5.c | 5622 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() argument 5657 trace_block_unplug(mddev->gendisk->queue, cnt, !from_schedule); in raid5_unplug()
|
| /linux/fs/btrfs/ |
| H A D | raid56.c | 1776 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid_unplug() argument
|