Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
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,
Dhv_balloon.c1158 status.num_committed = vm_memory_committed() + in post_status()
1165 vm_memory_committed(), dm->num_pages_ballooned, in post_status()
/Linux-v5.4/include/linux/
Dmman.h64 unsigned long vm_memory_committed(void);
/Linux-v5.4/mm/
Dutil.c765 unsigned long vm_memory_committed(void) in vm_memory_committed() function
769 EXPORT_SYMBOL_GPL(vm_memory_committed);