Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dvmstat.h142 extern atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS];
183 atomic_long_add(x, &vm_node_stat[item]); in node_page_state_add()
199 long x = atomic_long_read(&vm_node_stat[item]); in global_node_page_state_pages()
332 atomic_long_inc(&vm_node_stat[item]); in __inc_node_state()
344 atomic_long_dec(&vm_node_stat[item]); in __dec_node_state()
/Linux-v5.10/mm/
Dvmstat.c165 atomic_long_t vm_node_stat[NR_VM_NODE_STAT_ITEMS] __cacheline_aligned_in_smp; variable
168 EXPORT_SYMBOL(vm_node_stat);
717 atomic_long_add(node_diff[i], &vm_node_stat[i]); in fold_diff()
736 atomic_long_add(node_diff[i], &vm_node_stat[i]); in fold_diff()