Function report |
Source Code:mm\vmstat.c |
Create Date:2022-07-28 14:22:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__inc_numa_state
Proto:void __inc_numa_state(struct zone *zone, enum numa_stat_item item)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct zone * | zone | |
enum numa_stat_item | item |
943 | __percpu * p = vm_numa_stat_diff + item |
946 | v = __this_cpu_inc_return( * p) |
949 | zone_numa_state_add(v, zone, item) |
950 | __this_cpu_write( * p, 0) |
Name | Describe |
---|---|
zone_statistics | Update NUMA hit/miss statistics* Must be called with interrupts disabled. |
alloc_page_interleave | Allocate a page in interleaved policy.Own path because it needs to do special accounting. |
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 |