Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-core.c331 blk_queue_dying(q)); in blk_queue_enter()
332 if (blk_queue_dying(q)) in blk_queue_enter()
469 if (unlikely(blk_queue_dying(q))) in blk_get_queue()
H A Dblk-mq-debugfs.c132 if (blk_queue_dying(q)) in queue_state_write()
H A Dblk-cgroup.c385 if (blk_queue_dying(disk->queue)) { in blkg_create()
/openbmc/linux/drivers/md/
H A Ddm-mpath.c544 if (blk_queue_dying(q)) { in multipath_clone_and_map()
1628 if (pgpath->is_active && !blk_queue_dying(q)) in activate_or_offline_path()
H A Ddm-zoned-target.c589 if (blk_queue_dying(bdev_get_queue(dmz_dev->bdev))) { in dmz_bdev_is_dying()
/openbmc/linux/include/linux/
H A Dblkdev.h581 #define blk_queue_dying(q) test_bit(QUEUE_FLAG_DYING, &(q)->queue_flags) macro
/openbmc/linux/drivers/nvme/host/
H A Dpci.c1683 if (dev->ctrl.admin_q && !blk_queue_dying(dev->ctrl.admin_q)) { in nvme_dev_remove_admin()
2640 if (dev->ctrl.admin_q && !blk_queue_dying(dev->ctrl.admin_q)) in nvme_dev_disable()
H A Dcore.c362 blk_queue_dying(req->q)) in nvme_decide_disposition()
365 if (blk_queue_dying(req->q)) in nvme_decide_disposition()
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c1405 if (blk_queue_dying(q)) in scsi_mq_lld_busy()
/openbmc/linux/drivers/md/bcache/
H A Dsuper.c1019 if (blk_queue_dying(q)) in cached_dev_status_update()