Searched refs:blk_set_pm_only (Results 1 - 4 of 4) sorted by relevance

/linux-master/block/
H A Dblk-pm.c78 blk_set_pm_only(q);
H A Dblk-core.c240 * blk_set_pm_only - increment pm_only counter
243 void blk_set_pm_only(struct request_queue *q) function
247 EXPORT_SYMBOL_GPL(blk_set_pm_only); variable
/linux-master/include/linux/
H A Dblkdev.h420 * Number of contexts that have called blk_set_pm_only(). If this
590 extern void blk_set_pm_only(struct request_queue *q);
/linux-master/drivers/scsi/
H A Dscsi_lib.c2743 blk_set_pm_only(q);
2747 * Ensure that the effect of blk_set_pm_only() will be visible

Completed in 145 milliseconds