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

Function vm_wire_count

freebsd/sys/vmmeter.h:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172u_int vm_free_count(void);
173static inline u_int
174vm_wire_count(void)
175{
176
177 return (VM_CNT_FETCH(v_wire_count));
178}
179
180/*
181 * Return TRUE if we are under our severe low-free-pages threshold

Callers 3

sysctl_hw_usermemFunction · 0.85
vm_page.cFile · 0.85
swap_reserve_by_credFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected