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

Function vm_wait_intr

freebsd/vm/vm_page.c:3275–3279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3273}
3274
3275int
3276vm_wait_intr(vm_object_t obj)
3277{
3278 return (vm_wait_flags(obj, PCATCH));
3279}
3280
3281/*
3282 * vm_domain_alloc_fail:

Callers 1

shm_dotruncate_largepageFunction · 0.85

Calls 1

vm_wait_flagsFunction · 0.85

Tested by

no test coverage detected