Searched refs:nth_page (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/mm/ |
H A D | percpu-km.c | 66 pcpu_set_page_chunk(nth_page(pages, i), chunk); pcpu_create_chunk()
|
H A D | internal.h | 311 return nth_page(base, offset); mem_map_offset()
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-taskfile.c | 246 page = nth_page(page, (offset >> PAGE_SHIFT)); ide_pio_bytes()
|
/linux-4.1.27/drivers/memstick/host/ |
H A D | tifm_ms.c | 206 pg = nth_page(sg_page(&host->req->sg), tifm_ms_transfer_data()
|
H A D | jmb38x_ms.c | 321 pg = nth_page(sg_page(&host->req->sg), jmb38x_ms_transfer_data()
|
/linux-4.1.27/include/linux/ |
H A D | scatterlist.h | 288 return nth_page(sg_page(piter->sg), piter->sg_pgoffset); sg_page_iter_page()
|
H A D | mm.h | 83 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) set_max_mapnr() macro
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | tifm_sd.c | 195 pg = nth_page(sg_page(&sg[host->sg_pos]), off >> PAGE_SHIFT); tifm_sd_transfer_data() 244 pg = nth_page(sg_page(&sg[host->sg_pos]), off >> PAGE_SHIFT); tifm_sd_bounce_block()
|
H A D | usdhi6rol0.c | 322 host->pg.page = nth_page(host->pg.page, 1); usdhi6_blk_bounce() 502 host->pg.page = nth_page(sg_page(host->sg), host->page_idx); usdhi6_sg_advance()
|
/linux-4.1.27/drivers/memstick/core/ |
H A D | mspro_block.c | 639 nth_page(sg_page(&(msb->req_sg[msb->current_seg])), h_mspro_block_transfer_data()
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-sff.c | 713 page = nth_page(page, (offset >> PAGE_SHIFT)); ata_pio_sector() 852 page = nth_page(page, (offset >> PAGE_SHIFT)); __atapi_pio_bytes()
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_lib.c | 3116 page = nth_page(sg_page(sg), (*offset >> PAGE_SHIFT));
|
H A D | sg.c | 1213 struct page *page = nth_page(rsv_schp->pages[k], sg_vma_fault()
|
Completed in 361 milliseconds