Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmman.h21 unsigned long vm_memory_committed(void);
/linux-4.1.27/drivers/xen/
Dxen-selfballoon.c194 goal_pages = vm_memory_committed() + in selfballoon_process()
/linux-4.1.27/mm/
Dnommu.c87 unsigned long vm_memory_committed(void) in vm_memory_committed() function
92 EXPORT_SYMBOL_GPL(vm_memory_committed);
Dmmap.c131 unsigned long vm_memory_committed(void) in vm_memory_committed() function
135 EXPORT_SYMBOL_GPL(vm_memory_committed);
/linux-4.1.27/drivers/hv/
Dhv_balloon.c1038 status.num_committed = vm_memory_committed() + in post_status()