Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-core.c323 blk_queue_dying(q)); in blk_queue_enter()
324 if (blk_queue_dying(q)) in blk_queue_enter()
488 if (unlikely(blk_queue_dying(q))) in blk_get_queue()
H A Delevator.c717 if (e && !blk_queue_dying(q) && blk_queue_registered(q)) { in elv_update_nr_hw_queues()
H A Dblk-mq-debugfs.c123 if (blk_queue_dying(q)) in queue_state_write()
H A Dblk-cgroup.c384 if (blk_queue_dying(disk->queue)) { in blkg_create()
H A Dblk-mq.c127 q->mq_freeze_queue_dying = blk_queue_dying(q); in blk_freeze_set_owner()
/linux/drivers/md/
H A Ddm-mpath.c549 if (blk_queue_dying(q)) { in multipath_clone_and_map()
1632 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()
/linux/include/linux/
H A Dblkdev.h668 #define blk_queue_dying(q) test_bit(QUEUE_FLAG_DYING, &(q)->queue_flags) macro
/linux/drivers/nvme/host/
H A Dpci.c2005 if (dev->ctrl.admin_q && !blk_queue_dying(dev->ctrl.admin_q)) { in nvme_dev_remove_admin()
3026 if (dev->ctrl.admin_q && !blk_queue_dying(dev->ctrl.admin_q)) in nvme_dev_disable()
H A Dcore.c414 blk_queue_dying(req->q)) in nvme_decide_disposition()
417 if (blk_queue_dying(req->q)) in nvme_decide_disposition()
/linux/drivers/md/bcache/
H A Dsuper.c1017 if (blk_queue_dying(q)) in cached_dev_status_update()