函数源码 |
Source File:include\linux\memcontrol.h |
Create Date:2022-07-27 06:56:26 |
首页 | Copyright©Brick |
1236 1237 1238 1239 1240 1241 | /* idx can be of type enum memcg_stat_item or node_stat_item */ static inline void inc_memcg_page_state( struct page *page, int idx) { mod_memcg_page_state(page, idx, 1); } |