Home
last modified time | relevance | path

Searched refs:__dec_node_page_state (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dvmstat.h269 void __dec_node_page_state(struct page *, enum node_stat_item);
366 static inline void __dec_node_page_state(struct page *page, in __dec_node_page_state() function
382 #define dec_node_page_state __dec_node_page_state
/kernel/linux/linux-6.6/include/linux/
H A Dvmstat.h282 void __dec_node_page_state(struct page *, enum node_stat_item);
385 static inline void __dec_node_page_state(struct page *page, in __dec_node_page_state() function
401 #define dec_node_page_state __dec_node_page_state
/kernel/linux/linux-5.10/mm/
H A Drmap.c1269 __dec_node_page_state(page, NR_SHMEM_PMDMAPPED); in page_remove_file_rmap()
1271 __dec_node_page_state(page, NR_FILE_PMDMAPPED); in page_remove_file_rmap()
H A Dvmstat.c470 void __dec_node_page_state(struct page *page, enum node_stat_item item) in __dec_node_page_state() function
474 EXPORT_SYMBOL(__dec_node_page_state); variable
687 __dec_node_page_state(page, item); in dec_node_page_state()
H A Dfilemap.c207 __dec_node_page_state(page, NR_SHMEM_THPS); in unaccount_page_cache_page()
209 __dec_node_page_state(page, NR_FILE_THPS); in unaccount_page_cache_page()
H A Dhuge_memory.c2742 __dec_node_page_state(head, NR_SHMEM_THPS); in split_huge_page_to_list()
2744 __dec_node_page_state(head, NR_FILE_THPS); in split_huge_page_to_list()
/kernel/linux/linux-6.6/mm/
H A Dvmstat.c538 void __dec_node_page_state(struct page *page, enum node_stat_item item) in __dec_node_page_state() function
542 EXPORT_SYMBOL(__dec_node_page_state); variable
761 __dec_node_page_state(page, item); in dec_node_page_state()

Completed in 17 milliseconds