Home
last modified time | relevance | path

Searched refs:allocated_pages (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/s390/pci/
Dpci_debug.c73 atomic64_t *counter = &zdev->allocated_pages; in pci_sw_counter_show()
Dpci_dma.c416 atomic64_add(size / PAGE_SIZE, &zdev->allocated_pages); in s390_dma_alloc()
429 atomic64_sub(size / PAGE_SIZE, &zdev->allocated_pages); in s390_dma_free()
Dpci.c154 atomic64_set(&zdev->allocated_pages, 0); in zpci_fmb_enable_device()
/Linux-v5.10/arch/s390/include/asm/
Dpci.h179 atomic64_t allocated_pages; member