Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmstat.h367 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
380 __dec_node_state(page_pgdat(page), item); in __dec_node_page_state()
548 mod_node_page_state(page_pgdat(page), idx, val);
H A Dmemcontrol.h1413 mod_node_page_state(page_pgdat(page), idx, val); in mod_lruvec_kmem_state()
H A Dmm.h2215 static inline pg_data_t *page_pgdat(const struct page *page) in page_pgdat() function
/linux/kernel/
H A Dscs.c23 mod_node_page_state(page_pgdat(scs_page), NR_KERNEL_SCS_KB, in __scs_account()
/linux/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()
677 mod_node_state(page_pgdat(page), item, 1, 1); in inc_node_state()
683 mod_node_state(page_pgdat(page), item, -1, -1); in inc_node_page_state()
739 pgdat = page_pgdat(page); in mod_node_page_state()
H A Dmemcontrol.c814 pg_data_t *pgdat = page_pgdat(virt_to_page(p)); in mod_lruvec_kmem_state()
H A Dslub.c2516 mod_node_page_state(page_pgdat(page), NR_SLAB_UNRECLAIMABLE_B, -size); in memcg_slab_post_charge()
/linux/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()