Home
last modified time | relevance | path

Searched refs:vm_memory_committed (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dmman.h21 unsigned long vm_memory_committed(void);
/linux-4.4.14/drivers/xen/
Dxen-selfballoon.c194 goal_pages = vm_memory_committed() + in selfballoon_process()
/linux-4.4.14/mm/
Dnommu.c71 unsigned long vm_memory_committed(void) in vm_memory_committed() function
76 EXPORT_SYMBOL_GPL(vm_memory_committed);
Dmmap.c132 unsigned long vm_memory_committed(void) in vm_memory_committed() function
136 EXPORT_SYMBOL_GPL(vm_memory_committed);
/linux-4.4.14/drivers/hv/
Dhv_balloon.c1042 status.num_committed = vm_memory_committed() + in post_status()