Home
last modified time | relevance | path

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

/linux/drivers/staging/rts5208/
H A Dxd.c25 u8 start_page, u8 end_page);
1047 if (start_page > end_page) in xd_init_page()
1092 u8 start_page, u8 end_page) in xd_copy_page() argument
1102 if (start_page > end_page) in xd_copy_page()
1502 if (start_page > end_page) in xd_read_multiple_pages()
1505 page_cnt = end_page - start_page; in xd_read_multiple_pages()
1706 if (start_page > end_page) in xd_write_multiple_pages()
1709 page_cnt = end_page - start_page; in xd_write_multiple_pages()
1966 start_page, end_page, in xd_rw()
1976 start_page, end_page, in xd_rw()
[all …]
H A Dms.c1595 u8 start_page, u8 end_page) argument
1633 start_page, end_page);
3052 if (page_addr == (end_page - 1)) {
3183 if ((end_page - start_page) == 1)
3522 end_page = ms_card->page_off + 1;
3526 page_cnt = end_page - start_page;
3529 start_page, end_page, page_cnt);
3534 start_page, end_page,
3539 end_page, ptr, &index,
3619 delay_write->pageoff = end_page;
[all …]
/linux/sound/pci/emu10k1/
H A Dmemory.c167 int start_page, end_page, mpage, pg; in unmap_memblk() local
182 end_page = q->mapped_page; in unmap_memblk()
184 end_page = (emu->address_mode ? MAX_ALIGN_PAGES1 : MAX_ALIGN_PAGES0); in unmap_memblk()
197 return end_page - start_page; /* return the new empty size */ in unmap_memblk()
/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c394 pgoff_t start_page, pgoff_t end_page) in ttm_pool_free_range() argument
400 for (i = start_page; i < end_page; i += nr, pages += nr) { in ttm_pool_free_range()
/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.c332 struct page *end_page; in __reset_isolation_pfn() local
369 end_page = pfn_to_online_page(block_pfn); in __reset_isolation_pfn()
370 if (!end_page) in __reset_isolation_pfn()
390 } while (page <= end_page); in __reset_isolation_pfn()
H A Dpage_alloc.c1280 struct page *end_page; in __pageblock_pfn_to_page() local
1295 end_page = pfn_to_page(end_pfn); in __pageblock_pfn_to_page()
1298 if (page_zone_id(start_page) != page_zone_id(end_page)) in __pageblock_pfn_to_page()
/linux/crypto/
H A Dskcipher.c81 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in skcipher_get_spot() local
83 return max(start, end_page); in skcipher_get_spot()
/linux/drivers/firewire/
H A Dohci.c3261 int page, end_page, i, length, offset; in queue_iso_transmit() local
3274 end_page = PAGE_ALIGN(payload_index + p->payload_length) >> PAGE_SHIFT; in queue_iso_transmit()
3276 payload_z = end_page - (payload_index >> PAGE_SHIFT); in queue_iso_transmit()
/linux/drivers/md/
H A Ddm-integrity.c581 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local
604 end_page = end_bit / (PAGE_SIZE * 8); in block_bitmap_op()
608 if (page < end_page) in block_bitmap_op()
675 if (unlikely(page < end_page)) { in block_bitmap_op()