Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmman.h70 static inline void vm_acct_memory(long pages) in vm_acct_memory() function
77 vm_acct_memory(-pages); in vm_unacct_memory()
/OK3568_Linux_fs/kernel/mm/
H A Dutil.c922 vm_acct_memory(pages); in __vm_enough_memory()
H A Dmremap.c649 vm_acct_memory(new_len >> PAGE_SHIFT); in move_vma()