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

/linux-master/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, function
401 #define dec_node_page_state __dec_node_page_state
/linux-master/mm/
H A Dworkingset.c642 __dec_node_page_state(page, WORKINGSET_NODES);
746 __dec_node_page_state(virt_to_page(node), WORKINGSET_NODES);
H A Dvmstat.c538 void __dec_node_page_state(struct page *page, enum node_stat_item item) function
542 EXPORT_SYMBOL(__dec_node_page_state); variable
763 __dec_node_page_state(page, item);

Completed in 137 milliseconds