Searched refs:page_pgdat (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | vmstat.h | 367 __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 D | memcontrol.h | 1413 mod_node_page_state(page_pgdat(page), idx, val); in mod_lruvec_kmem_state()
|
| H A D | mm.h | 2215 static inline pg_data_t *page_pgdat(const struct page *page) in page_pgdat() function
|
| /linux/kernel/ |
| H A D | scs.c | 23 mod_node_page_state(page_pgdat(scs_page), NR_KERNEL_SCS_KB, in __scs_account()
|
| /linux/mm/ |
| H A D | vmstat.c | 487 __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 D | memcontrol.c | 814 pg_data_t *pgdat = page_pgdat(virt_to_page(p)); in mod_lruvec_kmem_state()
|
| H A D | slub.c | 2516 mod_node_page_state(page_pgdat(page), NR_SLAB_UNRECLAIMABLE_B, -size); in memcg_slab_post_charge()
|
| /linux/drivers/hv/ |
| H A D | hv_balloon.c | 1195 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()
|