Searched refs:from_schedule (Results 1 – 7 of 7) sorted by relevance
| /linux/block/ |
| 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 | 1267 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() argument 1275 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 | 1800 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid_unplug() argument
|