Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c476 blk_queue_dying(q)); in blk_queue_enter()
477 if (blk_queue_dying(q)) in blk_queue_enter()
490 if (nowait && !blk_queue_dying(q)) in bio_queue_enter()
618 if (likely(!blk_queue_dying(q))) { in blk_get_queue()
H A Dblk-cgroup.c243 if (blk_queue_dying(q)) { in blkg_create()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-pm.c47 if (unlikely(blk_queue_dying(q))) { in ide_pm_execute_rq()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-mpath.c537 if (blk_queue_dying(q)) { in multipath_clone_and_map()
1620 if (pgpath->is_active && !blk_queue_dying(q)) in activate_or_offline_path()
H A Ddm-zoned-target.c590 if (blk_queue_dying(bdev_get_queue(dmz_dev->bdev))) { in dmz_bdev_is_dying()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h654 #define blk_queue_dying(q) test_bit(QUEUE_FLAG_DYING, &(q)->queue_flags) macro
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c1639 if (dev->ctrl.admin_q && !blk_queue_dying(dev->ctrl.admin_q)) { in nvme_dev_remove_admin()
2523 if (dev->ctrl.admin_q && !blk_queue_dying(dev->ctrl.admin_q)) in nvme_dev_disable()
H A Dcore.c293 blk_queue_dying(req->q)) in nvme_decide_disposition()
296 if (blk_queue_dying(req->q)) in nvme_decide_disposition()
4645 if (ctrl->admin_q && !blk_queue_dying(ctrl->admin_q)) in nvme_kill_queues()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c1409 if (blk_queue_dying(q)) in scsi_mq_lld_busy()
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dsuper.c1034 if (blk_queue_dying(q)) in cached_dev_status_update()