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

Function vm_object_pip_wait

freebsd/vm/vm_object.c:389–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void
390vm_object_pip_wait(vm_object_t object, const char *waitid)
391{
392
393 VM_OBJECT_ASSERT_WLOCKED(object);
394
395 blockcount_wait(&object->paging_in_progress, &object->lock, waitid,
396 PVM);
397}
398
399void
400vm_object_pip_wait_unlocked(vm_object_t object, const char *waitid)

Callers 5

vm_object_collapse_waitFunction · 0.85
vm_object_terminateFunction · 0.85
swap_pager_deallocFunction · 0.85
vnode_pager_deallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected