Home
last modified time | relevance | path

Searched refs:queue_bounce_pfn (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/block/
Dbounce.c211 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()
Dblk-merge.c54 high = page_to_pfn(bv.bv_page) > queue_bounce_pfn(q); in __blk_recalc_rq_segments()
/linux-4.1.27/include/linux/
Dblkdev.h1194 static inline unsigned long queue_bounce_pfn(struct request_queue *q) in queue_bounce_pfn() function