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

/linux-master/drivers/hv/
H A Dhv_trace_balloon.h11 unsigned long vm_memory_committed,
15 TP_ARGS(available, committed, vm_memory_committed,
20 __field(unsigned long, vm_memory_committed)
28 __entry->vm_memory_committed = vm_memory_committed;
33 TP_printk("available %lld, committed %lld; vm_memory_committed %ld;"
36 __entry->vm_memory_committed, __entry->pages_ballooned,
H A Dhv_balloon.c1136 return vm_memory_committed() +
1187 vm_memory_committed(), dm->num_pages_ballooned,
/linux-master/include/linux/
H A Dmman.h75 unsigned long vm_memory_committed(void);
/linux-master/fs/proc/
H A Dmeminfo.c46 committed = vm_memory_committed();
/linux-master/mm/
H A Dutil.c937 unsigned long vm_memory_committed(void) function
941 EXPORT_SYMBOL_GPL(vm_memory_committed); variable

Completed in 411 milliseconds