Searched refs:page_pgdat (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | vmstat.h | 382 __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 D | memcontrol.h | 1434 mod_node_page_state(page_pgdat(page), idx, val); in mod_lruvec_kmem_state()
|
| H A D | mm.h | 2625 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 | 488 __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 D | memcontrol.c | 1045 pg_data_t *pgdat = page_pgdat(virt_to_page(p)); in mod_lruvec_kmem_state()
|
| H A D | slub.c | 2579 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 | 1197 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()
|