Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvmstat.h141 extern atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS];
176 atomic_long_add(x, &vm_node_stat[item]); in node_page_state_add()
192 long x = atomic_long_read(&vm_node_stat[item]); in global_node_page_state_pages()
351 atomic_long_inc(&vm_node_stat[item]); in __inc_node_state()
363 atomic_long_dec(&vm_node_stat[item]); in __dec_node_state()
/openbmc/linux/mm/
H A Dvmstat.c163 atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS] __cacheline_aligned_in_smp; variable
166 EXPORT_SYMBOL(vm_node_stat);
784 atomic_long_add(node_diff[i], &vm_node_stat[i]); in fold_diff()
1927 val = atomic_long_read(&vm_node_stat[i]); in vmstat_refresh()