Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dpci.h144 atomic64_t allocated_pages; member
/Linux-v4.19/arch/s390/pci/
Dpci_debug.c73 atomic64_t *counter = &zdev->allocated_pages; in pci_sw_counter_show()
Dpci_dma.c420 atomic64_add(size / PAGE_SIZE, &zdev->allocated_pages); in s390_dma_alloc()
433 atomic64_sub(size / PAGE_SIZE, &zdev->allocated_pages); in s390_dma_free()
Dpci.c203 atomic64_set(&zdev->allocated_pages, 0); in zpci_fmb_enable_device()