Home
last modified time | relevance | path

Searched refs:blk_queue_dying (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/block/
Dblk-mq-sysfs.c58 if (!blk_queue_dying(q)) in blk_mq_sysfs_show()
81 if (!blk_queue_dying(q)) in blk_mq_sysfs_store()
104 if (!blk_queue_dying(q)) in blk_mq_hw_sysfs_show()
128 if (!blk_queue_dying(q)) in blk_mq_hw_sysfs_store()
Dblk-exec.c70 if (unlikely(blk_queue_dying(q))) { in blk_execute_rq_nowait()
Dblk-core.c958 blk_queue_dying(q)); in blk_queue_enter()
959 if (blk_queue_dying(q)) in blk_queue_enter()
1199 if (likely(!blk_queue_dying(q))) { in blk_get_queue()
1360 if (unlikely(blk_queue_dying(q))) in __get_request()
1550 if ((flags & BLK_MQ_REQ_NOWAIT) || unlikely(blk_queue_dying(q))) { in get_request()
2394 if (!blk_queue_dying(q) && (bio->bi_opf & REQ_NOWAIT)) in generic_make_request()
2475 if (unlikely(!blk_queue_dying(q) && in generic_make_request()
2512 if (nowait && !blk_queue_dying(q)) in direct_make_request()
2650 if (unlikely(blk_queue_dying(q))) { in blk_insert_cloned_request()
3725 if (unlikely(blk_queue_dying(q))) { in blk_flush_plug_list()
Dblk-sysfs.c759 if (blk_queue_dying(q)) { in queue_attr_show()
781 if (blk_queue_dying(q)) { in queue_attr_store()
Dblk-cgroup.c288 return ERR_PTR(blk_queue_dying(q) ? -ENODEV : -EBUSY); in blkg_lookup_create()
796 return ERR_PTR(blk_queue_dying(q) ? -ENODEV : -EBUSY); in blkg_lookup_check()
/Linux-v4.19/drivers/ide/
Dide-pm.c57 if (unlikely(blk_queue_dying(q))) { in ide_pm_execute_rq()
/Linux-v4.19/drivers/md/
Ddm-mpath.c527 if (blk_queue_dying(q)) { in multipath_clone_and_map()
1534 if (pgpath->is_active && !blk_queue_dying(q)) in activate_or_offline_path()
/Linux-v4.19/include/linux/
Dblkdev.h718 #define blk_queue_dying(q) test_bit(QUEUE_FLAG_DYING, &(q)->queue_flags) macro
/Linux-v4.19/drivers/scsi/
Dscsi_lib.c1661 if (blk_queue_dying(q)) in scsi_lld_busy()
/Linux-v4.19/drivers/md/bcache/
Dsuper.c880 if (blk_queue_dying(q)) in cached_dev_status_update()
/Linux-v4.19/drivers/nvme/host/
Dpci.c1473 if (dev->ctrl.admin_q && !blk_queue_dying(dev->ctrl.admin_q)) { in nvme_dev_remove_admin()
Dcore.c261 if (!blk_queue_dying(req->q)) { in nvme_complete_rq()