Home
last modified time | relevance | path

Searched refs:end_page (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mtd/
H A Dmtdchar.c579 uint32_t start_page, end_page; in adjust_oob_length() local
586 end_page = mtd_div_by_ws(start + ops->len - 1, mtd); in adjust_oob_length()
590 (end_page - start_page + 1) * oob_per_page); in adjust_oob_length()
/linux/mm/
H A Dcompaction.c281 struct page *end_page; in __reset_isolation_pfn() local
318 end_page = pfn_to_online_page(block_pfn); in __reset_isolation_pfn()
319 if (!end_page) in __reset_isolation_pfn()
339 } while (page <= end_page); in __reset_isolation_pfn()
H A Dpage_alloc.c1662 struct page *end_page; in __pageblock_pfn_to_page() local
1677 end_page = pfn_to_page(end_pfn); in __pageblock_pfn_to_page()
1680 if (page_zone_id(start_page) != page_zone_id(end_page)) in __pageblock_pfn_to_page()
/linux/drivers/md/
H A Ddm-integrity.c587 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local
610 end_page = end_bit / (PAGE_SIZE * 8); in block_bitmap_op()
614 if (page < end_page) in block_bitmap_op()
681 if (unlikely(page < end_page)) { in block_bitmap_op()