Searched refs:mapped_pages (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
A D | user_exp_rcv.c | 253 tididx = 0, mapped, mapped_pages = 0; in hfi1_user_exp_rcv_setup() local 338 mapped_pages += mapped; in hfi1_user_exp_rcv_setup() 380 mapped_pages += mapped; in hfi1_user_exp_rcv_setup() 400 mapped_pages, ret); in hfi1_user_exp_rcv_setup() 406 tinfo->length = mapped_pages * PAGE_SIZE; in hfi1_user_exp_rcv_setup() 426 if (mapped_pages != pinned) in hfi1_user_exp_rcv_setup() 427 unpin_rcv_pages(fd, tidbuf, NULL, mapped_pages, in hfi1_user_exp_rcv_setup() 428 (pinned - mapped_pages), false); in hfi1_user_exp_rcv_setup()
|
/linux/drivers/scsi/ |
A D | st.h | 50 struct page **mapped_pages; member
|
A D | st.c | 628 mdata->pages = STp->buffer->mapped_pages; in st_do_scsi() 4904 STbp->mapped_pages = pages; in sgl_map_user_pages() 4922 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages() 4924 kfree(STbp->mapped_pages); in sgl_unmap_user_pages() 4925 STbp->mapped_pages = NULL; in sgl_unmap_user_pages()
|
/linux/arch/s390/pci/ |
A D | pci_dma.c | 365 atomic64_add(nr_pages, &zdev->mapped_pages); in s390_dma_map_pages() 471 atomic64_add(nr_pages, &zdev->mapped_pages); in __s390_dma_map_sg()
|
A D | pci.c | 158 atomic64_set(&zdev->mapped_pages, 0); in zpci_fmb_enable_device()
|
/linux/arch/s390/include/asm/ |
A D | pci.h | 181 atomic64_t mapped_pages; member
|
Completed in 20 milliseconds