Home
last modified time | relevance | path

Searched refs:vm_node_stat (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dvmstat.h145 extern atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS];
180 atomic_long_add(x, &vm_node_stat[item]); in node_page_state_add()
196 long x = atomic_long_read(&vm_node_stat[item]); in global_node_page_state_pages()
355 atomic_long_inc(&vm_node_stat[item]); in __inc_node_state()
367 atomic_long_dec(&vm_node_stat[item]); in __dec_node_state()
/linux-6.12.1/mm/
Dvmstat.c163 atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS] __cacheline_aligned_in_smp; variable
166 EXPORT_SYMBOL(vm_node_stat);
786 atomic_long_add(node_diff[i], &vm_node_stat[i]); in fold_diff()
1986 val = atomic_long_read(&vm_node_stat[i]); in vmstat_refresh()