Searched refs:page_idx (Results 1 – 3 of 3) sorted by relevance
37 (u64 *)(((u64)((wqs)->page_vaddr[(wq)->page_idx])) \40 #define WQ_BASE_PADDR(wqs, wq) (((wqs)->page_paddr[(wq)->page_idx]) \44 (u64 *)(((u64)((wqs)->shadow_page_vaddr[(wq)->page_idx])) \
1501 int page_idx; in dump_phys_mem() local1543 page_idx = offset / PAGE_SIZE; in dump_phys_mem()1545 if (page_idx != prev_idx) { in dump_phys_mem()1549 page = pages[page_idx]; in dump_phys_mem()1552 prev_idx = page_idx; in dump_phys_mem()1566 for (page_idx = 0; page_idx < num_pages; page_idx++) in dump_phys_mem()1567 page_cache_release(pages[page_idx]); in dump_phys_mem()
3750 unsigned page_idx; in zfs_fillpage() local3764 page_idx = 0; in zfs_fillpage()3768 cur_pp = pl[page_idx++]; in zfs_fillpage()