MCPcopy 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
353void
354vm_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
361void
362vm_object_pip_wakeup(vm_object_t object)

Callers 15

page_busyFunction · 0.85
update_pagesFunction · 0.85
vn_sendfileFunction · 0.85
vfs_busy_pagesFunction · 0.85
vn_read_from_objFunction · 0.85
cluster_rbuildFunction · 0.85
cluster_wbuildFunction · 0.85
shm_dotruncate_lockedFunction · 0.85
vm_page_grab_validFunction · 0.85
vm_object_collapseFunction · 0.85
vm_object_page_removeFunction · 0.85

Calls 1

blockcount_acquireFunction · 0.85

Tested by

no test coverage detected