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

/linux-master/block/
H A Dblk-core.c1147 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) argument
1159 cb->callback(cb, from_schedule);
1189 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) argument
1192 flush_plug_callbacks(plug, from_schedule);
1193 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.c1988 bool from_schedule)
1991 trace_block_unplug(hctx->queue, queued, !from_schedule);
2758 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) argument
2773 if (!plug->multiple_queues && !plug->has_elevator && !from_schedule) {
2799 blk_mq_dispatch_plug_list(plug, from_schedule);
1987 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.h1011 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.c5654 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) argument
5689 trace_block_unplug(mddev->gendisk->queue, cnt, !from_schedule);
/linux-master/fs/btrfs/
H A Draid56.c1601 static void raid_unplug(struct blk_plug_cb *cb, bool from_schedule) argument

Completed in 210 milliseconds