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

Function vm_wire_sub

freebsd/sys/vmmeter.h:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165static inline void
166vm_wire_sub(int cnt)
167{
168
169 VM_CNT_ADD(v_wire_count, -cnt);
170}
171
172u_int vm_free_count(void);
173static inline u_int

Callers 10

_pmap_unwire_ptpFunction · 0.85
efi_destroy_1t1_mapFunction · 0.85
efi_destroy_1t1_mapFunction · 0.85
pmap_unwire_pt2pgFunction · 0.85
shm_largepage_phys_dtorFunction · 0.85
vm_page_free_pages_toqFunction · 0.85
vm_page_unwire_managedFunction · 0.85
vm_page_unwire_noqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected