Home
last modified time | relevance | path

Searched refs:page_pgdat (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/iommu/
H A Diommu-pages.h32 mod_node_page_state(page_pgdat(page), NR_IOMMU_PAGES, pgcnt); in __iommu_alloc_account()
45 mod_node_page_state(page_pgdat(page), NR_IOMMU_PAGES, -pgcnt); in __iommu_free_account()
/linux-6.15/include/linux/
H A Dvmstat.h368 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
381 __dec_node_state(page_pgdat(page), item); in __dec_node_page_state()
584 mod_node_page_state(page_pgdat(page), idx, val); in mod_lruvec_page_state()
H A Dmemcontrol.h1424 __mod_node_page_state(page_pgdat(page), idx, val); in __mod_lruvec_kmem_state()
1432 mod_node_page_state(page_pgdat(page), idx, val); in mod_lruvec_kmem_state()
H A Dmm.h1960 static inline pg_data_t *page_pgdat(const struct page *page) in page_pgdat() function
1972 return page_pgdat(&folio->page); in folio_pgdat()
/linux-6.15/kernel/
H A Dscs.c23 mod_node_page_state(page_pgdat(scs_page), NR_KERNEL_SCS_KB, in __scs_account()
/linux-6.15/mm/
H A Dvmstat.c487 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
543 __dec_node_state(page_pgdat(page), item); in __dec_node_page_state()
682 mod_node_state(page_pgdat(page), item, 1, 1); in inc_node_page_state()
688 mod_node_state(page_pgdat(page), item, -1, -1); in dec_node_page_state()
754 pgdat = page_pgdat(page); in inc_node_page_state()
H A Dmemcontrol.c821 pg_data_t *pgdat = page_pgdat(virt_to_page(p)); in __mod_lruvec_kmem_state()
/linux-6.15/drivers/hv/
H A Dhv_balloon.c1195 mod_node_page_state(page_pgdat(pg), NR_BALLOON_PAGES, -1); in free_balloon_pages()
1225 mod_node_page_state(page_pgdat(pg), NR_BALLOON_PAGES, alloc_unit); in alloc_balloon_pages()