Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmstat.h382 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
395 __dec_node_state(page_pgdat(page), item); in __dec_node_page_state()
563 mod_node_page_state(page_pgdat(page), idx, val); in mod_lruvec_page_state()
H A Dmemcontrol.h1434 mod_node_page_state(page_pgdat(page), idx, val); in mod_lruvec_kmem_state()
H A Dmm.h2625 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.c488 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
544 __dec_node_state(page_pgdat(page), item); in __dec_node_page_state()
678 mod_node_state(page_pgdat(page), item, 1, 1); in inc_node_page_state()
684 mod_node_state(page_pgdat(page), item, -1, -1); in dec_node_page_state()
740 pgdat = page_pgdat(page); in inc_node_page_state()
H A Dmemcontrol.c1045 pg_data_t *pgdat = page_pgdat(virt_to_page(p)); in mod_lruvec_kmem_state()
H A Dslub.c2579 mod_node_page_state(page_pgdat(page), NR_SLAB_UNRECLAIMABLE_B, -size); in memcg_slab_post_charge()
/linux/drivers/hv/
H A Dhv_balloon.c1197 mod_node_page_state(page_pgdat(pg), NR_BALLOON_PAGES, -1); in free_balloon_pages()
1227 mod_node_page_state(page_pgdat(pg), NR_BALLOON_PAGES, alloc_unit); in alloc_balloon_pages()