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

Function vm_object_pip_wakeupn

freebsd/vm/vm_object.c:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void
369vm_object_pip_wakeupn(vm_object_t object, short i)
370{
371
372 if (i > 0)
373 blockcount_release(&object->paging_in_progress, i);
374}
375
376/*
377 * Atomically drop the object lock and wait for pip to drain. This protects

Callers 8

update_pagesFunction · 0.85
vfs_vmio_iodoneFunction · 0.85
vfs_unbusy_pagesFunction · 0.85
cluster_rbuildFunction · 0.85
vm_page_grab_validFunction · 0.85
vm_object_pip_wakeupFunction · 0.85
swp_pager_async_iodoneFunction · 0.85

Calls 1

blockcount_releaseFunction · 0.85

Tested by

no test coverage detected