Home
last modified time | relevance | path

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

/linux-5.10/block/
Dblk-core.c443 if (pm || !blk_queue_pm_only(q)) { in blk_queue_enter()
469 !blk_queue_pm_only(q)))) || in blk_queue_enter()
/linux-5.10/include/linux/
Dblkdev.h670 #define blk_queue_pm_only(q) atomic_read(&(q)->pm_only) macro