Home
last modified time | relevance | path

Searched refs:blk_queue_pm_only (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/block/
Dblk-core.c414 if (pm || !blk_queue_pm_only(q)) { in blk_queue_enter()
440 !blk_queue_pm_only(q)))) || in blk_queue_enter()
/Linux-v5.4/include/linux/
Dblkdev.h661 #define blk_queue_pm_only(q) atomic_read(&(q)->pm_only) macro