Searched refs:from_schedule (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-core.c | 1717 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks() argument 1729 cb->callback(cb, from_schedule); in flush_plug_callbacks() 1759 void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_flush_plug_list() argument 1761 flush_plug_callbacks(plug, from_schedule); in blk_flush_plug_list() 1764 blk_mq_flush_plug_list(plug, from_schedule); in blk_flush_plug_list()
|
| H A D | blk-mq.c | 1946 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list() argument 1976 trace_block_unplug(head_rq->q, depth, !from_schedule); in blk_mq_flush_plug_list() 1978 from_schedule); in blk_mq_flush_plug_list()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blk-mq.h | 440 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | raid56.c | 1739 static void btrfs_raid_unplug(struct blk_plug_cb *cb, bool from_schedule) in btrfs_raid_unplug() argument 1744 if (from_schedule) { in btrfs_raid_unplug()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | umem.c | 507 static void mm_unplug(struct blk_plug_cb *cb, bool from_schedule) in mm_unplug() argument
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_req.c | 1259 static void drbd_unplug(struct blk_plug_cb *cb, bool from_schedule) in drbd_unplug() argument
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid1.c | 1153 static void raid1_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid1_unplug() argument 1161 if (from_schedule || current->bio_list) { in raid1_unplug()
|
| H A D | raid10.c | 1052 static void raid10_unplug(struct blk_plug_cb *cb, bool from_schedule) in raid10_unplug() argument 1060 if (from_schedule || current->bio_list) { in raid10_unplug()
|
| H A D | raid5.c | 5610 static void raid5_unplug(struct blk_plug_cb *blk_cb, bool from_schedule) in raid5_unplug() argument 5645 trace_block_unplug(mddev->queue, cnt, !from_schedule); in raid5_unplug()
|