Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hv/
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;
36 __entry->vm_memory_committed, __entry->pages_ballooned,
A Dhv_balloon.c1140 return vm_memory_committed() + in get_pages_committed()
1191 vm_memory_committed(), dm->num_pages_ballooned, in post_status()
/linux-6.3-rc2/include/linux/
A Dmman.h71 unsigned long vm_memory_committed(void);
/linux-6.3-rc2/fs/proc/
A Dmeminfo.c44 committed = vm_memory_committed(); in meminfo_proc_show()
/linux-6.3-rc2/mm/
A Dutil.c911 unsigned long vm_memory_committed(void) in vm_memory_committed() function
915 EXPORT_SYMBOL_GPL(vm_memory_committed);

Completed in 15 milliseconds