Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c260 tididx = 0, mapped, mapped_pages = 0; in hfi1_user_exp_rcv_setup() local
357 mapped_pages += mapped; in hfi1_user_exp_rcv_setup()
399 mapped_pages += mapped; in hfi1_user_exp_rcv_setup()
418 mapped_pages, ret); in hfi1_user_exp_rcv_setup()
433 unpin_rcv_pages(fd, tidbuf, NULL, mapped_pages, pinned - mapped_pages, in hfi1_user_exp_rcv_setup()
451 tinfo->length = mapped_pages * PAGE_SIZE; in hfi1_user_exp_rcv_setup()
/linux-6.1.9/drivers/scsi/
Dst.h50 struct page **mapped_pages; member
Dst.c631 mdata->pages = STp->buffer->mapped_pages; in st_do_scsi()
4905 STbp->mapped_pages = pages; in sgl_map_user_pages()
4923 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
4925 kfree(STbp->mapped_pages); in sgl_unmap_user_pages()
4926 STbp->mapped_pages = NULL; in sgl_unmap_user_pages()
/linux-6.1.9/arch/s390/include/asm/
Dpci.h184 atomic64_t mapped_pages; member
/linux-6.1.9/arch/s390/pci/
Dpci_dma.c365 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()
Dpci.c169 atomic64_set(&zdev->mapped_pages, 0); in zpci_fmb_enable_device()