Searched refs:dec_node_page_state (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vmstat.h | 277 void dec_node_page_state(struct page *, enum node_stat_item); 382 #define dec_node_page_state __dec_node_page_state macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vmstat.h | 290 void dec_node_page_state(struct page *, enum node_stat_item); 401 #define dec_node_page_state __dec_node_page_state macro
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmstat.c | 607 void dec_node_page_state(struct page *page, enum node_stat_item item) in dec_node_page_state() function 611 EXPORT_SYMBOL(dec_node_page_state); variable 682 void dec_node_page_state(struct page *page, enum node_stat_item item) in dec_node_page_state() function 690 EXPORT_SYMBOL(dec_node_page_state); variable
|
H A D | page-writeback.c | 2540 dec_node_page_state(page, NR_DIRTIED); in account_page_redirty()
|
H A D | migrate.c | 2125 dec_node_page_state(page, NR_ISOLATED_ANON + in migrate_misplaced_page()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmstat.c | 681 void dec_node_page_state(struct page *page, enum node_stat_item item) in dec_node_page_state() function 685 EXPORT_SYMBOL(dec_node_page_state); variable 756 void dec_node_page_state(struct page *page, enum node_stat_item item) in dec_node_page_state() function 764 EXPORT_SYMBOL(dec_node_page_state); variable
|
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 1643 dec_node_page_state(ap->pages[i], NR_WRITEBACK_TEMP); in fuse_writepage_finish() 2082 dec_node_page_state(new_ap->pages[0], NR_WRITEBACK_TEMP); in fuse_writepage_add()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | file.c | 1686 dec_node_page_state(ap->pages[i], NR_WRITEBACK_TEMP); in fuse_writepage_finish() 2141 dec_node_page_state(new_ap->pages[0], NR_WRITEBACK_TEMP); in fuse_writepage_add()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | write.c | 944 dec_node_page_state(page, NR_WRITEBACK); in nfs_clear_page_commit()
|
Completed in 25 milliseconds