Searched refs:allocated_pages (Results 1 – 4 of 4) sorted by relevance
73 atomic64_t *counter = &zdev->allocated_pages; in pci_sw_counter_show()
416 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()
154 atomic64_set(&zdev->allocated_pages, 0); in zpci_fmb_enable_device()
179 atomic64_t allocated_pages; member