Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_wire_add
Function
vm_wire_add
freebsd/sys/vmmeter.h:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
extern u_long vm_user_wire_count;
157
158
static inline void
159
vm_wire_add(int cnt)
160
{
161
162
VM_CNT_ADD(v_wire_count, cnt);
163
}
164
165
static inline void
166
vm_wire_sub(int cnt)
Callers
9
__CONCAT(PMTYPE, init)
Function · 0.85
pmap_init
Function · 0.85
pmap_pv_reclaim
Function · 0.85
shm_dotruncate_largepage
Function · 0.85
vm_page_alloc_domain_after
Function · 0.85
vm_page_alloc_contig_domain
Function · 0.85
vm_page_alloc_freelist_domain
Function · 0.85
vm_page_wire
Function · 0.85
vm_page_wire_mapped
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected