Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma_internal.h722 static inline void vm_acct_memory(long pages);
725 vm_acct_memory(-pages); in vm_unacct_memory()
958 static inline void vm_acct_memory(long pages) in vm_acct_memory() function
/linux/mm/
H A Dutil.c934 vm_acct_memory(pages); in __vm_enough_memory()
H A Dmremap.c1127 vm_acct_memory(len >> PAGE_SHIFT); in unmap_source_vma()