Searched refs:from_schedule (Results 1 - 9 of 9) sorted by relevance

/linux-master/block/
H A Dblk-core.c1144 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) argument
1156 cb->callback(cb, from_schedule);
1186 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) argument
1189 flush_plug_callbacks(plug, from_schedule);
1190 blk_mq_flush_plug_list(plug, from_schedule);
H A Dblk-mq.h123 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
H A Dblk-mq.c2003 bool from_schedule)
2006 trace_block_unplug(hctx->queue, queued, !from_schedule);
2776 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) argument
2791 if (!plug->multiple_queues && !plug->has_elevator && !from_schedule) {
2817 blk_mq_dispatch_plug_list(plug, from_schedule);
2002 blk_mq_commit_rqs(struct blk_mq_hw_ctx *hctx, int queued, bool from_schedule) argument
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c1272 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) argument
/linux-master/include/linux/
H A Dblkdev.h1002 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
/linux-master/drivers/md/
H A Draid1.c1261 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) argument
1269 if (from_schedule) {
H A Draid10.c1084 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) argument
1091 if (from_schedule) {
H A Draid5.c5655 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) argument
5690 trace_block_unplug(mddev->gendisk->queue, cnt, !from_schedule);
/linux-master/fs/btrfs/
H A Draid56.c1602 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule) argument

Completed in 208 milliseconds