Searched refs:__dec_node_page_state (Results 1 - 2 of 2) 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 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 127 milliseconds