MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vmm_stat_set

Function vmm_stat_set

freebsd/amd64/vmm/vmm_stat.h:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static void __inline
134vmm_stat_set(struct vm *vm, int vcpu, struct vmm_stat_type *vst, uint64_t val)
135{
136
137#ifdef VMM_KEEP_STATS
138 vmm_stat_array_set(vm, vcpu, vst, 0, val);
139#endif
140}
141
142VMM_STAT_DECLARE(VCPU_MIGRATIONS);
143VMM_STAT_DECLARE(VMEXIT_COUNT);

Callers 2

vm_get_rescntFunction · 0.85
vm_get_wiredcntFunction · 0.85

Calls 1

vmm_stat_array_setFunction · 0.85

Tested by

no test coverage detected