vm_memory_committed 1158 drivers/hv/hv_balloon.c 	status.num_committed = vm_memory_committed() +
vm_memory_committed 1165 drivers/hv/hv_balloon.c 			     vm_memory_committed(), dm->num_pages_ballooned,
vm_memory_committed   11 drivers/hv/hv_trace_balloon.h 		     unsigned long vm_memory_committed,
vm_memory_committed   15 drivers/hv/hv_trace_balloon.h 	    TP_ARGS(available, committed, vm_memory_committed,
vm_memory_committed   20 drivers/hv/hv_trace_balloon.h 		    __field(unsigned long, vm_memory_committed)
vm_memory_committed   28 drivers/hv/hv_trace_balloon.h 		    __entry->vm_memory_committed = vm_memory_committed;
vm_memory_committed   36 drivers/hv/hv_trace_balloon.h 		      __entry->vm_memory_committed, __entry->pages_ballooned,
vm_memory_committed   64 include/linux/mman.h unsigned long vm_memory_committed(void);
vm_memory_committed  787 mm/util.c      EXPORT_SYMBOL_GPL(vm_memory_committed);