Home
last modified time | relevance | path

Searched refs:vm_acct_memory (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dmman.h76 static inline void vm_acct_memory(long pages) in vm_acct_memory() function
83 vm_acct_memory(-pages); in vm_unacct_memory()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h568 static inline void vm_acct_memory(long pages);
571 vm_acct_memory(-pages); in vm_unacct_memory()
807 static inline void vm_acct_memory(long pages) in vm_acct_memory() function
/linux-6.15/mm/
H A Dutil.c933 vm_acct_memory(pages); in __vm_enough_memory()
H A Dmremap.c1089 vm_acct_memory(len >> PAGE_SHIFT); in unmap_source_vma()