Searched refs:queue_bounce_pfn (Results 1 – 2 of 2) sorted by relevance
192 if (page_to_pfn(from.bv_page) > queue_bounce_pfn(q)) in __blk_queue_bounce()202 if (page_to_pfn(page) <= queue_bounce_pfn(q)) in __blk_queue_bounce()254 if (queue_bounce_pfn(q) >= blk_max_pfn) in blk_queue_bounce()
1155 static inline unsigned long queue_bounce_pfn(struct request_queue *q) in queue_bounce_pfn() function