Function report |
Source Code:include\linux\vmstat.h |
Create Date:2022-07-28 05:43:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:node_page_state_add
Proto:static inline void node_page_state_add(long x, struct pglist_data *pgdat, enum node_stat_item item)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
long | x | |
struct pglist_data * | pgdat | |
enum node_stat_item | item |
179 | atomic_long_add(x, & vm_stat[item]) |
180 | atomic_long_add(x, & vm_node_stat[item]) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |