Searched refs:mapped_pages (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/drivers/infiniband/hw/hfi1/ |
| 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-v6.1/drivers/scsi/ |
| D | st.h | 50 struct page **mapped_pages; member
|
| D | st.c | 631 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-v6.1/arch/s390/include/asm/ |
| D | pci.h | 184 atomic64_t mapped_pages; member
|
| /Linux-v6.1/arch/s390/pci/ |
| 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()
|
| D | pci.c | 169 atomic64_set(&zdev->mapped_pages, 0); in zpci_fmb_enable_device()
|