Home
last modified time | relevance | path

Searched refs:mapped_pages (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c295 tididx = 0, mapped, mapped_pages = 0; in hfi1_user_exp_rcv_setup() local
380 mapped_pages += mapped; in hfi1_user_exp_rcv_setup()
422 mapped_pages += mapped; in hfi1_user_exp_rcv_setup()
442 mapped_pages, ret); in hfi1_user_exp_rcv_setup()
448 tinfo->length = mapped_pages * PAGE_SIZE; in hfi1_user_exp_rcv_setup()
468 if (mapped_pages != pinned) in hfi1_user_exp_rcv_setup()
469 unpin_rcv_pages(fd, tidbuf, NULL, mapped_pages, in hfi1_user_exp_rcv_setup()
470 (pinned - mapped_pages), false); in hfi1_user_exp_rcv_setup()
/Linux-v5.10/drivers/scsi/
Dst.h51 struct page **mapped_pages; member
Dst.c632 mdata->pages = STp->buffer->mapped_pages; in st_do_scsi()
4961 STbp->mapped_pages = pages; in sgl_map_user_pages()
4979 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
4981 kfree(STbp->mapped_pages); in sgl_unmap_user_pages()
4982 STbp->mapped_pages = NULL; in sgl_unmap_user_pages()
/Linux-v5.10/arch/s390/include/asm/
Dpci.h180 atomic64_t mapped_pages; member
/Linux-v5.10/arch/s390/pci/
Dpci_dma.c363 atomic64_add(nr_pages, &zdev->mapped_pages); in s390_dma_map_pages()
469 atomic64_add(nr_pages, &zdev->mapped_pages); in __s390_dma_map_sg()
Dpci.c155 atomic64_set(&zdev->mapped_pages, 0); in zpci_fmb_enable_device()