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

Function vm_wait_count

freebsd/vm/vm_page.c:3166–3171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3164}
3165
3166u_int
3167vm_wait_count(void)
3168{
3169
3170 return (vm_severe_waiters + vm_min_waiters + vm_pageproc_waiters);
3171}
3172
3173int
3174vm_wait_doms(const domainset_t *wdoms, int mflags)

Callers 1

vmtotalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected