函数源码 |
Source File:include\linux\memcontrol.h |
Create Date:2022-07-27 06:56:26 |
首页 | Copyright©Brick |
1181 1182 1183 1184 1185 1186 | /* idx can be of type enum memcg_stat_item or node_stat_item */ static inline void __dec_memcg_page_state( struct page *page, int idx) { __mod_memcg_page_state(page, idx, -1); } |