Searched refs:queue_bounce_pfn (Results 1 – 3 of 3) sorted by relevance
211 if (page_to_pfn(from.bv_page) > queue_bounce_pfn(q)) in __blk_queue_bounce()221 if (page_to_pfn(page) <= queue_bounce_pfn(q) && !force) in __blk_queue_bounce()276 if (queue_bounce_pfn(q) >= blk_max_pfn && !must_bounce) in blk_queue_bounce()
54 high = page_to_pfn(bv.bv_page) > queue_bounce_pfn(q); in __blk_recalc_rq_segments()
1194 static inline unsigned long queue_bounce_pfn(struct request_queue *q) in queue_bounce_pfn() function