Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmman.h70 static inline void vm_acct_memory(long pages) in vm_acct_memory() function
77 vm_acct_memory(-pages); in vm_unacct_memory()
/kernel/linux/linux-5.10/mm/
Dmremap.c428 vm_acct_memory(new_len >> PAGE_SHIFT); in move_vma()
Dutil.c868 vm_acct_memory(pages); in __vm_enough_memory()