Searched refs:pm_only (Results 1 – 5 of 5) sorted by relevance
233 atomic_inc(&q->pm_only); in blk_set_pm_only()239 int pm_only; in blk_clear_pm_only() local241 pm_only = atomic_dec_return(&q->pm_only); in blk_clear_pm_only()242 WARN_ON_ONCE(pm_only < 0); in blk_clear_pm_only()243 if (pm_only == 0) in blk_clear_pm_only()
77 seq_printf(m, "%d\n", atomic_read(&q->pm_only)); in queue_pm_only_show()
545 if (IS_CHT && enable && !isp->pm_only) { in atomisp_mrfld_power()555 if (IS_CHT && !enable && !isp->pm_only) in atomisp_mrfld_power()595 if (isp->pm_only) { in atomisp_power_off()632 if (isp->pm_only) in atomisp_power_on()1312 isp->pm_only = true; in atomisp_pci_probe()1450 if (isp->pm_only) in atomisp_pci_remove()
185 bool pm_only; member
499 atomic_t pm_only; member633 #define blk_queue_pm_only(q) atomic_read(&(q)->pm_only)