Searched refs:end_page (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/staging/rts5208/ |
A D | xd.c | 25 u8 start_page, u8 end_page); 1054 if (start_page > end_page) in xd_init_page() 1099 u8 start_page, u8 end_page) in xd_copy_page() argument 1109 if (start_page > end_page) in xd_copy_page() 1509 if (start_page > end_page) in xd_read_multiple_pages() 1512 page_cnt = end_page - start_page; in xd_read_multiple_pages() 1713 if (start_page > end_page) in xd_write_multiple_pages() 1716 page_cnt = end_page - start_page; in xd_write_multiple_pages() 1973 start_page, end_page, in xd_rw() 1983 start_page, end_page, in xd_rw() [all …]
|
A D | ms.c | 1595 u8 start_page, u8 end_page) argument 1633 start_page, end_page); 3051 if (page_addr == (end_page - 1)) { 3182 if ((end_page - start_page) == 1) 3521 end_page = ms_card->page_off + 1; 3525 page_cnt = end_page - start_page; 3528 start_page, end_page, page_cnt); 3533 start_page, end_page, 3538 end_page, ptr, &index, 3618 delay_write->pageoff = end_page; [all …]
|
/linux/sound/pci/emu10k1/ |
A D | memory.c | 167 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/mm/ |
A D | compaction.c | 262 struct page *end_page; in __reset_isolation_pfn() local 299 end_page = pfn_to_online_page(block_pfn); in __reset_isolation_pfn() 300 if (!end_page) in __reset_isolation_pfn() 321 } while (page <= end_page); in __reset_isolation_pfn()
|
A D | page_alloc.c | 1759 struct page *end_page; in __pageblock_pfn_to_page() local 1774 end_page = pfn_to_page(end_pfn); in __pageblock_pfn_to_page() 1777 if (page_zone_id(start_page) != page_zone_id(end_page)) in __pageblock_pfn_to_page()
|
/linux/crypto/ |
A D | skcipher.c | 89 u8 *end_page = (u8 *)(((unsigned long)(start + len - 1)) & PAGE_MASK); in skcipher_get_spot() local 91 return max(start, end_page); in skcipher_get_spot()
|
/linux/drivers/firewire/ |
A D | ohci.c | 3199 int page, end_page, i, length, offset; in queue_iso_transmit() local 3212 end_page = PAGE_ALIGN(payload_index + p->payload_length) >> PAGE_SHIFT; in queue_iso_transmit() 3214 payload_z = end_page - (payload_index >> PAGE_SHIFT); in queue_iso_transmit()
|
/linux/drivers/md/ |
A D | dm-integrity.c | 600 unsigned long bit, end_bit, this_end_bit, page, end_page; in block_bitmap_op() local 623 end_page = end_bit / (PAGE_SIZE * 8); in block_bitmap_op() 627 if (page < end_page) { in block_bitmap_op() 693 if (unlikely(page < end_page)) { in block_bitmap_op()
|
Completed in 54 milliseconds