Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c449 if (pm || !blk_queue_pm_only(q)) { in blk_queue_enter()
475 !blk_queue_pm_only(q)))) || in blk_queue_enter()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h686 #define blk_queue_pm_only(q) atomic_read(&(q)->pm_only) macro