Home
last modified time | relevance | path

Searched refs:pm_only (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/block/
H A Dblk-core.c245 atomic_inc(&q->pm_only); in blk_set_pm_only()
251 int pm_only; in blk_clear_pm_only() local
253 pm_only = atomic_dec_return(&q->pm_only); in blk_clear_pm_only()
254 WARN_ON_ONCE(pm_only < 0); in blk_clear_pm_only()
255 if (pm_only == 0) in blk_clear_pm_only()
H A Dblk-mq-debugfs.c76 seq_printf(m, "%d\n", atomic_read(&q->pm_only)); in queue_pm_only_show()
/openbmc/linux/include/linux/
H A Dblkdev.h426 atomic_t pm_only; member
607 #define blk_queue_pm_only(q) atomic_read(&(q)->pm_only)