Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3275
int
3276
vm_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_largepage
Function · 0.85
Calls
1
vm_wait_flags
Function · 0.85
Tested by
no test coverage detected