Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_object_pip_add
Function
vm_object_pip_add
freebsd/vm/vm_object.c:353–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
void
354
vm_object_pip_add(vm_object_t object, short i)
355
{
356
357
if (i > 0)
358
blockcount_acquire(&object->paging_in_progress, i);
359
}
360
361
void
362
vm_object_pip_wakeup(vm_object_t object)
Callers
15
page_busy
Function · 0.85
update_pages
Function · 0.85
vn_sendfile
Function · 0.85
vfs_busy_pages
Function · 0.85
vn_read_from_obj
Function · 0.85
cluster_rbuild
Function · 0.85
cluster_wbuild
Function · 0.85
shm_dotruncate_locked
Function · 0.85
vm_page_grab_valid
Function · 0.85
vm_object_deallocate_anon
Function · 0.85
vm_object_collapse
Function · 0.85
vm_object_page_remove
Function · 0.85
Calls
1
blockcount_acquire
Function · 0.85
Tested by
no test coverage detected