Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-mq-sysfs.c49 if (!blk_queue_dying(q)) in blk_mq_sysfs_show()
72 if (!blk_queue_dying(q)) in blk_mq_sysfs_store()
95 if (!blk_queue_dying(q)) in blk_mq_hw_sysfs_show()
119 if (!blk_queue_dying(q)) in blk_mq_hw_sysfs_store()
Dblk-exec.c81 if (unlikely(blk_queue_dying(q))) { in blk_execute_rq_nowait()
Dblk-sysfs.c446 if (blk_queue_dying(q)) { in queue_attr_show()
468 if (blk_queue_dying(q)) { in queue_attr_store()
Dblk-core.c790 if (likely(!blk_queue_dying(q))) { in blk_get_queue()
985 if (unlikely(blk_queue_dying(q))) in __get_request()
1165 if (!(gfp_mask & __GFP_WAIT) || unlikely(blk_queue_dying(q))) { in get_request()
2075 if (unlikely(blk_queue_dying(q))) { in blk_insert_cloned_request()
3171 if (unlikely(blk_queue_dying(q))) { in blk_flush_plug_list()
Dblk-mq.c92 !q->mq_freeze_depth || blk_queue_dying(q)); in blk_mq_queue_enter()
93 if (blk_queue_dying(q)) in blk_mq_queue_enter()
637 if (unlikely(blk_queue_dying(rq->q))) { in blk_mq_check_expired()
Dblk-cgroup.c284 return ERR_PTR(blk_queue_dying(q) ? -EINVAL : -EBUSY); in blkg_lookup_create()
Dblk-throttle.c545 else if (!blk_queue_dying(q)) in throtl_lookup_create_tg()
/linux-4.1.27/drivers/block/
Dnvme-core.c1277 if (blk_queue_dying(req->q)) in nvme_cancel_queue_ios()
1572 if (dev->admin_q && !blk_queue_dying(dev->admin_q)) { in nvme_dev_remove_admin()
2651 if (!blk_queue_dying(ns->queue)) { in nvme_dev_remove()
/linux-4.1.27/include/linux/
Dblkdev.h589 #define blk_queue_dying(q) test_bit(QUEUE_FLAG_DYING, &(q)->queue_flags) macro
/linux-4.1.27/drivers/scsi/
Dscsi_lib.c1567 if (blk_queue_dying(q)) in scsi_lld_busy()